Vcl.ActnMan.TCustomActionManager.FindItemByAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindItemByAction(Action: TCustomAction): TActionClientItem;

C++

TActionClientItem* __fastcall FindItemByAction(Vcl::Actnlist::TCustomAction* Action);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Returns the first item linked to an action.

FindItemByAction takes an action and returns the first item that is linked to that action.

See Also