FMX.StdCtrls.TExpander.ShowCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCheck: Boolean read FShowCheck write SetShowCheck;

C++

__property bool ShowCheck = {read=FShowCheck, write=SetShowCheck, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TExpander

Description

Specifies whether the expander control shows a check box in the upper-right corner.

Set the ShowCheck property to True to show a check box in the upper-right corner of the expander object. Set ShowCheck to False to hide the check box.


See Also