RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.Clear Method

Deletes all fields from the TFields object.

Pascal
procedure Clear;
C++
__fastcall Clear();

Applications do not normally call the Clear method directly. Clear empties the Fields property array, frees the memory used to store the array and sets the DataSet property to nil (Delphi) or NULL (C++). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!