[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3319
type TGDataOutputStream = object(TGFilterOutputStream) |
||
|
||
function new(); |
|
|
function get_byte_order; |
|
|
function put_byte(); |
|
|
function put_int16(); |
|
|
function put_int32(); |
|
|
function put_int64(); |
|
|
function put_string(); |
|
|
function put_uint16(); |
|
|
function put_uint32(); |
|
|
function put_uint64(); |
|
|
procedure set_byte_order(); |
|
|
property byte_order: TGDataStreamByteOrder; [rw] |
|
|
end; |
|
||
|
||
|
||
|