RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.FieldName Property

Specifies the name of the field to which the Control of this TFieldDataLink is bound.

Pascal
property FieldName: WideString;
C++
__property BSTR FieldName;

Use FieldName to implement the FieldName property of the data-aware control that owns the TFieldDataLink. Setting FieldName links the TFieldDataLink, and hence the control, to the field in the dataset with that name. 

 

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