FMX.ListView.Types.TListItem.HeaderRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderRef: Integer read FHeaderRef write FHeaderRef;

C++

__property int HeaderRef = {read=FHeaderRef, write=FHeaderRef, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Represents a reference to determine whether the list item is the header item of the list.

When the list item is the header, the value of FHeaderRef is -1.

See Also