Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdSocketHandle.Destroy
TIdSocketHandle
Disposes of the collection item instance.
destructor
Destroy;
override
;
Description
Destroy is the destructor for the collection item. Destroy will call
CloseSocket
prior to invoking the inherited Destroy destructor.
Note
: Do not call Destroy directly. Call Free instead.