[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3214
type TGPtrArray = object |
||
|
||
|
||
procedure add(); |
|
|
function copy(); |
|
|
procedure extend(); |
|
|
procedure extend_and_steal(); |
|
|
function find(); |
|
|
function find_with_equal_func(); |
|
|
procedure foreach(); |
|
|
function free(); |
|
|
procedure insert(); |
|
|
function new; |
|
|
function new_full(); |
|
|
function new_with_free_func(); |
|
|
function ref(); |
|
|
function remove(); |
|
|
function remove_fast(); |
|
|
function remove_index(); |
|
|
function remove_index_fast(); |
|
|
function remove_range(); |
|
|
procedure set_free_func(); |
|
|
procedure set_size(); |
|
|
function sized_new(); |
|
|
procedure sort(); |
|
|
procedure sort_with_data(); |
|
|
function steal(); |
|
|
function steal_index(); |
|
|
function steal_index_fast(); |
|
|
procedure unref(); |
|
|
end; |
|