FMX.ListBox.TListBoxGroupHeader.CloneRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloneRef: TListBoxGroupHeader read FCloneRef write FCloneRef;

C++

__property TListBoxGroupHeader* CloneRef = {read=FCloneRef, write=FCloneRef};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxGroupHeader

Description

A reference to the clone of the list box header.

This reference is used internaly in TCustomListBox.UpdateStickyHeader.

See Also