RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.Field Property

Specifies the field component managed by this TFieldDataLink object.

Pascal
property Field: TField;
C++
__property TField Field;

Read Field to gain access to the field object to which the Control of this TFieldDataLink is bound.

Note: Before using Field to alter the value of a field's contents, applications should check the CanModify property. The Field object will not be aware of all constraints to edits for this TFieldDataLink.
 

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