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. 

 

Working with ADT Fields 

Working with Array Fields

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!