firemonkey undeclared TConnLostCause
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
Top
Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14
Post by Antaeus » Mon 17 Dec 2007 16:12
This type is defined in the MemData unit. You should add MemData to the uses clause.