[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 6079
type TGSocketConnection = object(TGIOStream) |
||
|
||
function factory_lookup_type(); |
|
|
procedure factory_register_type(); |
|
|
function connect(); |
|
|
procedure connect_async(); |
|
|
function connect_finish(); |
|
|
function get_local_address(); |
|
|
function get_remote_address(); |
|
|
function get_socket; |
|
|
function is_connected; |
|
|
|
||
end; |
|
||
|
||
|