Vcl.CategoryButtons.TCategoryButtons.OnReorderButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReorderButton: TCatButtonReorderEvent read FOnReorderButton write FOnReorderButton;

C++

__property TCatButtonReorderEvent OnReorderButton = {read=FOnReorderButton, write=FOnReorderButton};

Properties

Type Visibility Source Unit Parent
event published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Fired when buttons are reordered.

The OnReorderButton event is triggered when buttons are reordered in the category buttons.

OnReorderButton is an event handler of type Vcl.CategoryButtons.TCatButtonReorderEvent.

See Also