[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2127
type TGOutputStream = object(TGObject) |
||
|
||
procedure clear_pending; |
|
|
function close(); |
|
|
procedure close_async(); |
|
|
function close_finish(); |
|
|
function flush(); |
|
|
procedure flush_async(); |
|
|
function flush_finish(); |
|
|
function has_pending; |
|
|
function is_closed; |
|
|
function is_closing; |
|
|
function set_pending(); |
|
|
function splice(); |
|
|
procedure splice_async(); |
|
|
function splice_finish(); |
|
|
function write(); |
|
|
function write_all(); |
|
|
procedure write_all_async(); |
|
|
function write_all_finish(); |
|
|
procedure write_async(); |
|
|
function write_bytes(); |
|
|
procedure write_bytes_async(); |
|
|
function write_bytes_finish(); |
|
|
function write_finish(); |
|
|
function writev(); |
|
|
function writev_all(); |
|
|
procedure writev_all_async(); |
|
|
function writev_all_finish(); |
|
|
procedure writev_async(); |
|
|
function writev_finish(); |
|
|
end; |
|
||
|