System.Tether.AppProfile.TActionCollection.FindByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindByName(const AnActionName: string): TLocalAction;

C++

TLocalAction* __fastcall FindByName(const System::UnicodeString AnActionName);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TActionCollection

Description

Returns a local action from the collection with the specified action name.

If the collection does not contain an action with AnActionName as name, FindByName returns null.

Note: FindByName performs a case-insensitive search. For example, searching for "Name" may return an element with name "name".

See Also