[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;


Version 4.0 Generated 2025-05-03 Home