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

TGHashTable.new_full

Declaration

Source position: lazglib2.pas line 2209

function TGHashTable.new_full(

  hash_func: TGHashFunc;

  key_equal_func: TGEqualFunc;

  key_destroy_func: TGDestroyNotify;

  value_destroy_func: TGDestroyNotify

):PGHashTable;