API:Data.Bind.Components.TLinkFillControlToField.FillValueFieldName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TLinkFillControlToField

Delphi

property FillValueFieldName;

C++

__property FillValueFieldName = {default=0};

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