Vcl.CategoryButtons.TCatButtonCancelEditEvent
Delphi
TCatButtonCancelEditEvent = procedure(Sender: TObject; const Item: TBaseItem) of object;
C++
typedef void __fastcall (__closure *TCatButtonCancelEditEvent)(System::TObject* Sender, TBaseItem* const Item);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | Vcl.CategoryButtons |
Description
Represents the signature of the TCategoryButtons.OnCancelEdit event.
TCatButtonCancelEditEvent represents the type of TCategoryButtons.OnCancelEdit, which is the event triggered when a caption editing operation is canceled.
The Sender
parameter is the TCategoryButtons whose selected base item (button or category) changes.
The Item
parameter is the button or category that was being edited.