[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2569
type TGUnixFDList = object(TGObject) |
||
|
||
function new; |
|
|
function new_from_array(); |
|
|
function append(); |
|
|
function get(); |
|
|
function get_length; |
|
|
function peek_fds(); |
|
|
function steal_fds(); |
|
|
end; |
|
||
|