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. {{#multireplace:Data.Bind.Components.TLinkFillControlToField.FillValueCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.