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

TGSocketAddress

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

Declaration

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;

Inheritance

TGSocketAddress

  

TGObject