Data.DB.TFields.Clear

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFields

Delphi

procedure Clear;

C++

void __fastcall Clear();

Description

Deletes all fields from the TFields object.

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++).

See Also