Data.DB.TDataSet.GetFieldDefsClass
| [–] 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