Data.SqlExpr.TCustomSQLDataSet.InternalInitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalInitFieldDefs; override;

C++

virtual void __fastcall InternalInitFieldDefs();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Determines the field definitions for the dataset's records.

Data.SqlExpr.TCustomSQLDataSet.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