Data.DB.TObjectField.Fields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Fields: TFields read GetFields;

C++

__property TFields* Fields = {read=GetFields};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB 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.

See Also