Data.Bind.Components.TCustomLinkFillControlToField.FillDisplayCustomFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillDisplayCustomFormat: string read FFillDisplayCustomFormat write SetFillDisplayCustomFormat;

C++

__property System::UnicodeString FillDisplayCustomFormat = {read=FFillDisplayCustomFormat, write=SetFillDisplayCustomFormat};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField

Description

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