Vcl.DBCtrls.TFieldDataLink.FieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldName: string read FFieldName write SetFieldName;

C++

__property System::UnicodeString FieldName = {read=FFieldName, write=SetFieldName};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

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

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.

See Also