Bde.DBTables.TTable.InitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitFieldDefs; override;

C++

virtual void __fastcall InitFieldDefs();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

Description

Initializes the field definitions.

Bde.DBTables.TTable.InitFieldDefs inherits from Data.DB.TDataSet.InitFieldDefs. All content below this line refers to Data.DB.TDataSet.InitFieldDefs.

Initializes the field definitions.

InitFieldDefs initializes the field definitions for the dataset records. If the cursor is not open, the method will open it to initialize the field definitions and then close it back. To use this method, you need to override the InternalInitFieldDefs method.

See Also