Vcl.ExtCtrls.TCustomCategoryPanel.Collapse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Collapse;

C++

void __fastcall Collapse();

Properties

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

Description

Collapses the category panel.

Collapse is called automatically when the user clicks on the header of an expanded category panel. This function will set the Collapsed property to true.

See Also