API:Data.Bind.Components.TLinkFillControlToField.FillHeaderCustomFormat
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TLinkFillControlToField |
Delphi
property FillHeaderCustomFormat;
C++
__property FillHeaderCustomFormat = {default=0};
Description
Specifies the custom formatting expression used with the field defined by FillBreakFieldName.
Data.Bind.Components.TLinkFillControlToField.FillHeaderCustomFormat inherits from Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderCustomFormat. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderCustomFormat.
Specifies the custom formatting expression used with the field defined by FillBreakFieldName. For instance, the expression StrCopy(%s, 0, 1);
causes a break when the first character of the field is different. This property is optional.