[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LResources' (#lcl)

TLResourceList.Find

Returns the resource of 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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.