Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderCustomFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FillHeaderCustomFormat: string read FFillHeaderCustomFormat write SetFillHeaderCustomFormat;

C++

__property System::UnicodeString FillHeaderCustomFormat = {read=FFillHeaderCustomFormat, write=SetFillHeaderCustomFormat};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkFillControlToField


Beschreibung

Gibt den benutzerdefinierten Formatierungsausdruck an, der mit dem in FillBreakFieldName definierten Feld verwendet wird. Der Ausdruck StrCopy(%s, 0, 1); führt beispielsweise zu einem Gruppenwechsel, wenn das erste Zeichen des Feldes unterschiedlich ist. Diese Eigenschaft ist optional.

Siehe auch