Data.Bind.Components.TLinkFillControlToField.FillDisplayCustomFormat

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 FillDisplayCustomFormat;

C++

__property FillDisplayCustomFormat = {default=0};

Description

Specifies an optional expression string for customizing what is displayed in the list control.

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

Specifies an optional expression string for customizing what is displayed in the list control. Use %s in order to indicate where, in the expression string, the value of the display should be inserted.

For instance, the expression UpperCase(ToStr(%s)) is a custom expression to display the upper case value of the display field.

See Also