Vcl.ExtCtrls.TCustomCategoryPanel.Expand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Expand;

C++

void __fastcall Expand();

Properties

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

Description

Expands the category panel.

Expand is called automatically when the user clicks on the header of a collapsed category panel. This function will set the Collapsed property to false.

See Also