Vcl.ActnMan.TCustomActionManager.FindItemByCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindItemByCaption(ACaption: string): TActionClientItem;

C++

TActionClientItem* __fastcall FindItemByCaption(System::UnicodeString ACaption);

Properties

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

Description

Returns the first item with a matching caption.

FindItemByCaption takes a caption and returns the first item with a matching caption.

See Also