API:Data.Bind.Components.TLinkFillControlToField.FillHeaderFieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FillHeaderFieldName: string read FFillHeaderFieldName write SetFillHeaderFieldName default 0;

C++

__property FillHeaderFieldName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkFillControlToField

Description

Specifies the field to display in the list header.

Data.Bind.Components.TLinkFillControlToField.FillHeaderFieldName inherits from Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderFieldName. All content below this line refers to Data.Bind.Components.TCustomLinkFillControlToField.FillHeaderFieldName.

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

See Also