[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 1880
type TGByteArray = object |
||
|
||
|
||
function append(); |
|
|
function free(); |
|
|
function free_to_bytes(); |
|
|
function new; |
|
|
function new_take(); |
|
|
function prepend(); |
|
|
function ref(); |
|
|
function remove_index(); |
|
|
function remove_index_fast(); |
|
|
function remove_range(); |
|
|
function set_size(); |
|
|
function sized_new(); |
|
|
procedure sort(); |
|
|
procedure sort_with_data(); |
|
|
function steal(); |
|
|
procedure unref(); |
|
|
end; |
|