[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 4623
type TGInetAddressMask = object(TGObject) |
||
|
||
function new(); |
|
|
function new_from_string(); |
|
|
function equal(); |
|
|
function get_address; |
|
|
function get_family; |
|
|
function get_length; |
|
|
function matches(); |
|
|
function to_string; |
|
|
property address: PGInetAddress; [r] |
|
|
property family: TGSocketFamily; [r] |
|
|
|
||
end; |
|
||
|