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

g_hash_table_new_full

Declaration

Source position: lazglib2.pas line 4442

function g_hash_table_new_full(

  hash_func: TGHashFunc;

  key_equal_func: TGEqualFunc;

  key_destroy_func: TGDestroyNotify;

  value_destroy_func: TGDestroyNotify

):PGHashTable;