Data.DB.TObjectField.Fields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TObjectField

Delphi

property Fields: TFields read GetFields;

C++

__property TFields* Fields = {read=GetFields};

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