Data.Bind.Components.TCustomLinkListControlToField.FillBreakCustomFormat

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomLinkListControlToField

Delphi

property FillBreakCustomFormat: string read FFillBreakCustomFormat write SetFillBreakCustomFormat;

C++

__property System::UnicodeString FillBreakCustomFormat = {read=FFillBreakCustomFormat, write=SetFillBreakCustomFormat};

Description

Specifies a custom expression that is used with the field defined by the FillBreakFieldName property. For instance, the expression StrCopy(%s, 0, 1); causes a break when the first character of the field is different. This property is optional.

See Also