Unit 'LResources' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TLResourceList.Find

Returns the resource in the list with the given name and type.

Declaration

Source position: lresources.pp line 76

public function TLResourceList.Find(

  const Name: AnsiString

):TLResource; overload;

function TLResourceList.Find(

  const Name: AnsiString;

  const ValueType: AnsiString

):TLResource; overload;

Arguments

ValueType

  

Should be uppercase, if present.