[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the resource in the list with the given name and type.
Source position: lresources.pp line 76
public function TLResourceList.Find( |
const Name: AnsiString |
):TLResource; overload; |
const Name: AnsiString; |
const ValueType: AnsiString |
):TLResource; overload; |
Name |
|
Name of the resource to locate in the list. |
TLResource instance for the resource found with the specified name and value type.
Name |
|
Name of the resource to locate in the list. |
ValueType |
|
Type name for the resource to locate in the method. Should be uppercase, if present. |
Version 4.0 | Generated 2025-05-03 | Home |