[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 7143
type TGUnixSocketAddress = object(TGSocketAddress) |
||
|
||
function new(); |
|
|
function new_with_type(); |
|
|
function abstract_names_supported; |
|
|
function get_address_type; |
|
|
function get_path; |
|
|
function get_path_len; |
|
|
property address_type: TGUnixSocketAddressType; [r] |
|
|
|
||
end; |
|
||
|
||
|