Data.Bind.Components.TLinkListControlToField.FillHeaderCustomFormat
Delphi
property FillHeaderCustomFormat: string read FFillHeaderCustomFormat write SetFillHeaderCustomFormat default 0;
C++
__property FillHeaderCustomFormat = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TLinkListControlToField |
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.