Data.Bind.Components.TCustomLinkListControlToField.FillHeaderFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillHeaderFieldName: string read FFillHeaderFieldName write SetFillHeaderFieldName;

C++

__property System::UnicodeString FillHeaderFieldName = {read=FFillHeaderFieldName, write=SetFillHeaderFieldName};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomLinkListControlToField

Description

Specifies the field to display in the list header. If FillBreakFieldName and FillBreakCustomFormat are blank, then the value determined using FillHeaderFieldName and FillBreakCustomFormat controls breaks. This is the only required field to cause breaking.

See Also