[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 4650
type TGSocketAddress = object(TGObject) |
||
function new_from_native(); |
|
|
function get_family; |
|
|
function get_native_size; |
|
|
function to_native(); |
|
|
property family: TGSocketFamily; [r] |
|
|
end; |
|
||
|