Data.DB.TDataSet.GetFieldDefsClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldDefsClass: TFieldDefsClass; virtual;

C++

virtual TFieldDefsClass __fastcall GetFieldDefsClass(void);

Properties

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

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