Vcl.ScreenTips.TAllocatedActions.Find

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Find(const aName: string; out aIndex: Integer): Boolean;

C++

bool __fastcall Find(const System::UnicodeString aName, /* out */ int &aIndex);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TAllocatedActions

Description

Finds an action in the allocated action list.

Use Find to search for the action with the aName name in the allocated action list. aIndex is the position of the action in the list. The method returns True if the action exists, and False otherwise.

See Also