API:Data.Bind.Components.TLinkFillControlToField.FillDisplayCustomFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillDisplayCustomFormat: string read FFillDisplayCustomFormat write SetFillDisplayCustomFormat default 0;

C++

__property FillDisplayCustomFormat = {default=0};

Properties

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

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