[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 1859
type TGBytes = object |
||
function new(); |
|
|
function new_static(); |
|
|
function new_take(); |
|
|
function new_with_free_func(); |
|
|
function compare(); |
|
|
function equal(); |
|
|
function get_data(); |
|
|
function get_size; |
|
|
function hash; |
|
|
function new_from_bytes(); |
|
|
function ref; |
|
|
procedure unref; |
|
|
function unref_to_array; |
|
|
function unref_to_data(); |
|
|
end; |
|