Data.Bind.Components.TCustomLinkFillControlToField.FillDisplayCustomFormat
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TCustomLinkFillControlToField |
Delphi
property FillDisplayCustomFormat: string read FFillDisplayCustomFormat write SetFillDisplayCustomFormat;
C++
__property System::UnicodeString FillDisplayCustomFormat = {read=FFillDisplayCustomFormat, write=SetFillDisplayCustomFormat};
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.