Vcl.CategoryButtons.TCatButtonEditedEvent

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

C++

typedef void __fastcall (__closure *TCatButtonEditedEvent)(System::TObject* Sender, TBaseItem* Item, System::UnicodeString &S);

プロパティ

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

説明

TCategoryButtons.OnEdited イベントで使われます。

このイベントは、ユーザーが TCategoryButtons に関連付けられている基本項目(ボタンまたはカテゴリ)のキャプションを編集した後に、TCategoryButtons.OnEdited イベントで使われます。

Sender は、項目のキャプションが編集された TCategoryButtons コントロールです。

Item は、キャプションが編集された基本項目です。

S パラメータはキャプションの Text プロパティの新しい値です。

関連項目