Data.DB.TDataSet.InitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitFieldDefs; virtual;

C++

virtual void __fastcall InitFieldDefs();

Properties

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

Description

Initializes the field definitions.

InitFieldDefs initializes the field definitions for the dataset records. If the cursor is not open, the method will open it to initialize the field definitions and then close it back. To use this method, you need to override the InternalInitFieldDefs method.

See Also