RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLocateParams.Destroy Destructor

Frees an instance of TLocateParams.

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

WebSnap applications should not need to free instances of TLocateParams, as this is handled by the TLocateParamsList objects that create them. If you must free a TLocateParams instance, use the Free method. 

 

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