System.Tether.AppProfile.TResourceCollection.FindByName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindByName(const AResName: string): TLocalResource;

C++

TLocalResource* __fastcall FindByName(const System::UnicodeString AResName);

Properties

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

Description

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

If the collection does not contain a resource with AResName 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