RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParamList.Destroy Destructor

Destroys an instance of TParamList.

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

Do not call Destroy directly in an application. Instead, call Free, which checks for a nil reference before calling Destroy. 

Destroy frees the memory previously allocated for field descriptors and the buffer used by TParamList.

Note: An application should never need to destroy a TParamList object. It is automatically destroyed when its parent session object is destroyed.
 

 

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