Data.DB.TFields.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TFields

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