[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2547
type TGIOStream = object(TGObject) |
||
|
||
function splice_finish(); |
|
|
procedure clear_pending; |
|
|
function close(); |
|
|
procedure close_async(); |
|
|
function close_finish(); |
|
|
function get_input_stream; |
|
|
function get_output_stream; |
|
|
function has_pending; |
|
|
function is_closed; |
|
|
function set_pending(); |
|
|
procedure splice_async(); |
|
|
property input_stream: PGInputStream; [r] |
|
|
property output_stream: PGOutputStream; [r] |
|
|
end; |
|
||
|