API:Data.Bind.Components.TLinkFillControlToField.FillValueCustomFormat
Delphi
property FillValueCustomFormat: string read FFillValueCustomFormat write SetFillValueCustomFormat default 0;
C++
__property FillValueCustomFormat = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TLinkFillControlToField |
Description
Is an optional property that specifies an expression string for customizing the value of each item in the list control.
Data.Bind.Components.TLinkFillControlToField.FillValueCustomFormat inherits from Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat.
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.