API:Data.Bind.Components.TLinkListControlToField.FillHeaderCustomFormat
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkListControlToField | |
Delphi
property FillHeaderCustomFormat;
C++
__property FillHeaderCustomFormat = {default=0};
Description
Specifies a custom expression that is used with the field defined by the FillHeaderFieldName property.
Data.Bind.Components.TLinkListControlToField.FillHeaderCustomFormat inherits from Data.Bind.Components.TCustomLinkListControlToField.FillHeaderCustomFormat. All content below this line refers to Data.Bind.Components.TCustomLinkListControlToField.FillHeaderCustomFormat.
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.