Data.DB.TDataSet.InternalInitFieldDefs
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure InternalInitFieldDefs; virtual; abstract;
C++
virtual void __fastcall InternalInitFieldDefs() = 0 ;
Description
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.