[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGInetAddressMask

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 4623

type TGInetAddressMask = object(TGObject)

  priv: PGInetAddressMaskPrivate;

  

  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]

  

  property length: guint; [r]

  

end;

Inheritance

TGInetAddressMask

  

TGObject