RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectField.Fields Property

Specifies the TFields object that contains an array of child fields.

Pascal
property Fields: TFields;
C++
__property TFields 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!