Vcl.ExtCtrls.TCustomCategoryPanel.GetCollapsedHeight

提供:RAD Studio API Documentation

Delphi

function GetCollapsedHeight: Integer; virtual;

C++

virtual int __fastcall GetCollapsedHeight(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

説明

折りたたまれた状態のカテゴリ パネルの高さを返します。

GetCollapsedHeight を使って、折りたたまれた状態のカテゴリ パネルの高さを取得します。

GetCollapsedHeight は protected メソッドなので、拡張クラスの TCustomCategoryPanel の実装の中からのみ呼び出すことができます。

関連項目