DB.TObjectField.Fields
From RAD Studio VCL Reference
Contents |
Delphi Information
From DB.pas
property Fields: TFields read GetFields;
Unit: DB
Type: property
Visibility: public
Member Of: TObjectField
C++ Information
From DB.hpp
__property Db::TFields * Fields = {read=GetFields};
Unit: DB
Type: property
Visibility: public
Member Of: TObjectField
Description
Specifies the TFields object that contains an array of child fields.
Child fields of the object field are maintained in a TFields object specified by the Fields property. Use this property to access individual subfield components.