Вопрос

Sorry if my question is silly!

I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a problem with OnDataAvailable event. Take a look at this picture:

enter image description here

So I cannot work with OnDataAvailable Event.

Is this because of Delphi XE4? And How can I fix it?

Thanks

Это было полезно?

Решение

The TIdBytes type is declared in the IdGlobal unit. Add that unit to your uses clause.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top