API:Data.Bind.Components.TLinkFillControlToField.FillValueCustomFormat
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkFillControlToField | |
Delphi
property FillValueCustomFormat;
C++
__property FillValueCustomFormat = {default=0};
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.