Data.Bind.Components.TLinkFillControlToField.FillValueFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillValueFieldName: string read GetFillValueFieldName write SetFillValueFieldName default 0;

C++

__property FillValueFieldName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkFillControlToField

Description

Specifies the fill datasource field to provide a value for each list box item.

Data.Bind.Components.TLinkFillControlToField.FillValueFieldName inherits from Data.Bind.Components.TCustomLinkFillControlToField.FillValueFieldName. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.FillValueFieldName.

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