RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetValuesList.Destroy Destructor

Destroys an instance of TCustomDataSetValuesList.

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

Typically, applications do not need to explicitly free data set values list objects. These objects persist as long as the adapter field that uses them, and are freed when the Web module is destroyed. 

Do not call Destroy directly. When you must delete a dataset values list at runtime, use the Free method, which first checks that the dataset values list reference is not nil. 

 

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