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

THashList.Delete

Declaration

Source position: _crw_hl.pas line 100

public function THashList.Delete(

  aKey: PChar

):Boolean; overload;

function THashList.Delete(

  aKey: LongString

):Boolean; overload;

function THashList.Delete(

  aIndex: Integer

):Boolean; overload;