[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1926
type TGInputStream = object(TGObject) |
||
|
||
procedure clear_pending; |
|
|
function close(); |
|
|
procedure close_async(); |
|
|
function close_finish(); |
|
|
function has_pending; |
|
|
function is_closed; |
|
|
function read(); |
|
|
function read_all(); |
|
|
procedure read_all_async(); |
|
|
function read_all_finish(); |
|
|
procedure read_async(); |
|
|
function read_bytes(); |
|
|
procedure read_bytes_async(); |
|
|
function read_bytes_finish(); |
|
|
function read_finish(); |
|
|
function set_pending(); |
|
|
function skip(); |
|
|
procedure skip_async(); |
|
|
function skip_finish(); |
|
|
end; |
|
||
|