[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2194
type TGHashTable = object |
||
function add(); |
|
|
function contains(); |
|
|
procedure destroy_(); |
|
|
function find(); |
|
|
procedure foreach(); |
|
|
function foreach_remove(); |
|
|
function foreach_steal(); |
|
|
function get_keys(); |
|
|
function get_keys_as_array(); |
|
|
function get_values(); |
|
|
function insert(); |
|
|
function lookup(); |
|
|
function lookup_extended(); |
|
|
function new(); |
|
|
function new_full(); |
|
|
function ref(); |
|
|
function remove(); |
|
|
procedure remove_all(); |
|
|
function replace(); |
|
|
function size(); |
|
|
function steal(); |
|
|
procedure steal_all(); |
|
|
function steal_extended(); |
|
|
procedure unref(); |
|
|
end; |
|