[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2322
type TGHook = object |
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
function compare_ids(); |
|
|
function alloc(); |
|
|
function destroy_(); |
|
|
procedure destroy_link(); |
|
|
function find(); |
|
|
function find_data(); |
|
|
function find_func(); |
|
|
function find_func_data(); |
|
|
function first_valid(); |
|
|
procedure free(); |
|
|
function get(); |
|
|
procedure insert_before(); |
|
|
procedure insert_sorted(); |
|
|
function next_valid(); |
|
|
procedure prepend(); |
|
|
function ref(); |
|
|
procedure unref(); |
|
|
end; |
|