Vcl.CategoryButtons.TCategoryButtons.DoItemClicked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoItemClicked(const Item: TBaseItem); dynamic;

C++

DYNAMIC void __fastcall DoItemClicked(TBaseItem* const Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Triggers the OnClick event.

DoItemClicked triggers the OnClick event or the execution of the associated ActionLink of the item.

See Also