Bde.DBTables.TBDEDataSet.InternalInitFieldDefs

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: TBDEDataSet

Delphi

procedure InternalInitFieldDefs; override;

C++

virtual void __fastcall InternalInitFieldDefs();

Description

Determines the field definitions for the dataset's records.

Bde.DBTables.TBDEDataSet.InternalInitFieldDefs inherits from Data.DB.TDataSet.InternalInitFieldDefs. All content below this line refers to Data.DB.TDataSet.InternalInitFieldDefs.

Determines the field definitions for the dataset's records.

InternalInitFieldDefs is internally used by InitFieldDefs and OpenCursor to determine the field definitions. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also