RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.Destroy Destructor

Destroys an instance of THTTPDataLink.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~THTTPDataLink();

Do not call Destroy directly in an application. The TDSTableProducer object that owns the THTTPDataLink frees the THTTPDataLink from its own destructor. 

Destroy frees up the memory used by the Fields array before calling the inherited destructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!