RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldValuesAdapter.Field Property

Indicates the object that represents this adapter's single field.

Pascal
property Field: TObject;
C++
__property TObject * Field;

Read Field to access the object that represents this adapter's ValueField field. Field is an instance of TFieldValuesValueField or one of its descendants. 

The TFieldValuesAdapter constructor supplies the value for this property. 

 

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