Data.Bind.Components.TLinkListControlToField.FillExpressions

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: TLinkListControlToField

Delphi

property FillExpressions;

C++

__property FillExpressions;

Description

Specifies additional optional expressions to use when filling the list control.

Data.Bind.Components.TLinkListControlToField.FillExpressions inherits from Data.Bind.Components.TCustomLinkListControlToField.FillExpressions. All content below this line refers to Data.Bind.Components.TCustomLinkListControlToField.FillExpressions.

Specifies additional optional expressions to use when filling the list control. Use this collection when multiple expressions are needed to fill an item in the list.

For instance, you can use FillExpressions in order to populate a FireMonkey list box item Text and Detail properties. Use the FillDisplayCustomFormat and FillDisplayCustomFormat properties in order to fill the Text property and add an item to the FillExpressions collection, for the Detail property.

See Also