Data.Bind.Components.TCustomLinkFillControlToField.FillValueCustomFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillValueCustomFormat: string read FFillValueCustomFormat write SetFillValueCustomFormat;

C++

__property System::UnicodeString FillValueCustomFormat = {read=FFillValueCustomFormat, write=SetFillValueCustomFormat};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField

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.

See Also