Vcl.ExtCtrls.TCustomCategoryPanel.Collapsed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Collapsed: Boolean read FCollapsed write SetCollapsed default False;

C++

__property bool Collapsed = {read=FCollapsed, write=SetCollapsed, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Specifies whether the category panel is collapsed.

Use Collapsed to determine if the category panel is in a collapsed state. It can also be used to cause the category panel to collapse or expand.

See Also