FMX.Header.THeaderItem.Header

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Header: THeader read FHeader;

C++

__property THeader* Header = {read=FHeader};

Properties

Type Visibility Source Unit Parent
property public
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeaderItem

Description

Returns the header that contains this header item.

Call Header to get the header parent of this item.

See Also