Page 1 of 1

TConnLostCause

Posted: Mon 17 Dec 2007 14:35
by WalterCiceri
Please let me Know where can I find TConnLostCause :

This is the error found when I call Event onConnectionLost into the TMyConnection VCL component.

E2003 Undeclared identifier: 'TConnLostCause'

Regards
Walter

Posted: Mon 17 Dec 2007 16:12
by Antaeus
This type is defined in the MemData unit. You should add MemData to the uses clause.