Data.DB.TDataSet.InitFieldDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure InitFieldDefs; virtual;

C++

virtual void __fastcall InitFieldDefs();

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