[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 4874
type TGMemoryOutputStream = object(TGOutputStream) |
||
|
||
function new(); |
|
|
function new_resizable; |
|
|
function get_data; |
|
|
function get_data_size; |
|
|
function get_size; |
|
|
function steal_as_bytes; |
|
|
function steal_data; |
|
|
|
||
|
||
|
||
end; |
|
||
|
||
|