Deletes all fields from the TFields object.
procedure Clear;
__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++).
Remove
Fields
DataSet