Data.Bind.Components.TCustomLinkFillControlToField.FillValueFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillValueFieldName: string read GetFillValueFieldName write SetFillValueFieldName;

C++

__property System::UnicodeString FillValueFieldName = {read=GetFillValueFieldName, write=SetFillValueFieldName};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField

Description

Specifies the fill datasource field to provide a value for each list box item. Use this collection when multiple expressions are needed to fill an item in the list.

Use the FillDisplayFieldName and FillValueFieldName properties in order to configure a list control to display a descriptive string to the user, such as a customer name, but internally, you should use an identifier like a customer number.

See Also