[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 7101
type TGUnixOutputStream = object(TGOutputStream) |
||
|
||
function new(); |
|
|
function get_close_fd; |
|
|
function get_fd; |
|
|
procedure set_close_fd(); |
|
|
|
||
|
||
end; |
|
||
|
||
|