Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TCustomLinkFillControlToField | |
Delphi
property FillValueCustomFormat: string read FFillValueCustomFormat write SetFillValueCustomFormat;
C++
__property System::UnicodeString FillValueCustomFormat = {read=FFillValueCustomFormat, write=SetFillValueCustomFormat};
Description
Is an optional property that specifies an expression string for customizing the value of each item in the list control.
Use %s in order to indicate where the value of the field should be inserted in the expression. For instance, the expression UpperCase(ToStr(%s)) is a custom expression to set the value to an upper case string.