Data.DB.TDataSet.InternalInitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalInitFieldDefs; virtual; abstract;

C++

virtual void __fastcall InternalInitFieldDefs() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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.

See Also