Vcl.CategoryButtons.TCategoryButtons.CurrentCategory

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CurrentCategory: TButtonCategory read GetCurrentCategory;

C++

__property TButtonCategory* CurrentCategory = {read=GetCurrentCategory};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

説明

現在のカテゴリを返します。

CurrentCategory プロパティは、選択した TButtonCategory オブジェクトの現在のカテゴリを返します。

関連項目