Vcl.CategoryButtons.TCatButtonEditingEvent

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

Delphi

TCatButtonEditingEvent = procedure(Sender: TObject; Item: TBaseItem;
var AllowEdit: Boolean) of object;

C++

typedef void __fastcall (__closure *TCatButtonEditingEvent)(System::TObject* Sender, TBaseItem* Item, bool &AllowEdit);

プロパティ

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

説明

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

このイベントは、ユーザーが基本項目の Caption プロパティを編集し始めると、TCategoryButtons.OnEditing イベントで使われます。

Sender は、項目を編集しようとしている TCategoryButtons コントロールです。

Item は、キャプションを編集しようとしている基本項目です。

AllowEdit は、Item パラメータで指定されたキャプションのラベルの編集をユーザーに許可するかどうかを示します。

関連項目