[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2230
type TGList = object |
||
|
||
|
||
|
||
function alloc; |
|
|
function append(); |
|
|
function concat(); |
|
|
function copy(); |
|
|
function copy_deep(); |
|
|
function delete_link(); |
|
|
function find(); |
|
|
function find_custom(); |
|
|
function first(); |
|
|
procedure foreach(); |
|
|
procedure free(); |
|
|
procedure free_1(); |
|
|
procedure free_full(); |
|
|
function index(); |
|
|
function insert(); |
|
|
function insert_before(); |
|
|
function insert_before_link(); |
|
|
function insert_sorted(); |
|
|
function insert_sorted_with_data(); |
|
|
function last(); |
|
|
function length(); |
|
|
function nth(); |
|
|
function nth_data(); |
|
|
function nth_prev(); |
|
|
function position(); |
|
|
function prepend(); |
|
|
function remove(); |
|
|
function remove_all(); |
|
|
function remove_link(); |
|
|
function reverse(); |
|
|
function sort(); |
|
|
function sort_with_data(); |
|
|
end; |
|