Data.DB.TDataSet.GetFieldDefsClass

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetFieldDefsClass: TFieldDefsClass; virtual;

C++

virtual TFieldDefsClass __fastcall GetFieldDefsClass();

Description

Returns the metaclass of the TFieldDefs class.

The GetFieldDefsClass method returns the metaclass of the TFieldDefs class. GetFieldDefsClass is internally used within the constructor of TDataSet.

See Also