Data.DB.TDataSetField.GetFields
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSetField | |
Delphi
function GetFields: TFields; override;
C++
virtual TFields* __fastcall GetFields();
Description
Returns a reference to a TFields object.
The GetFields method returns a reference to a TFields object that is used by the nested dataset to manage its fields.