Bde.DBTables.TTable.InitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TTable

Delphi

procedure InitFieldDefs; override;

C++

virtual void __fastcall InitFieldDefs();

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