RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanel.GetCollapsedHeight Method

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

Pascal
function GetCollapsedHeight: Integer; virtual;
C++
virtual __fastcall int GetCollapsedHeight();

Use GetCollapsedHeight to get the height of the category panel in it's collaped state.  

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!