Bde.DBTables.TBDEDataSet.InternalInitFieldDefs
Delphi
procedure InternalInitFieldDefs; override;
C++
virtual void __fastcall InternalInitFieldDefs(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
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.