[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_xmlutils' (#lazutils)

THashTable.FindOrAdd

Declaration

Source position: laz2_xmlutils.pas line 81

public function THashTable.FindOrAdd(

  Key: PXMLUtilChar;

  KeyLen: Integer;

  out Found: Boolean

):PHashItem; overload;

function THashTable.FindOrAdd(

  Key: PXMLUtilChar;

  KeyLen: Integer

):PHashItem; overload;

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