Data.Bind.Components.TCustomLinkListControlToField.FillHeaderCustomFormat
Delphi
property FillHeaderCustomFormat: string read FFillHeaderCustomFormat write SetFillHeaderCustomFormat;
C++
__property System::UnicodeString FillHeaderCustomFormat = {read=FFillHeaderCustomFormat, write=SetFillHeaderCustomFormat};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TCustomLinkListControlToField |
Description
Specifies a custom expression that is used with the field defined by the FillHeaderFieldName property. For instance, the expression StrCopy(%s, 0, 1); displays the first character of the field in the header. This property is optional.