Vcl.ExtCtrls.TCustomCategoryPanel.GetCollapsedHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCollapsedHeight: Integer; virtual;

C++

virtual int __fastcall GetCollapsedHeight();

Properties

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

Description

Returns the height of the category panel in the collaped state.

Use GetCollapsedHeight to get the height of the category panel in its collaped state.

GetCollapsedHeight is a protected method and so can only be called in the implementation of an extended class of TCustomCategoryPanel.

See Also