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

TGDBusObjectManagerServer

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

Declaration

Source position: lazgio2.pas line 3135

type TGDBusObjectManagerServer = object(TGObject)

  priv: PGDBusObjectManagerServerPrivate;

  

  function new();

  

  procedure export();

  

  procedure export_uniquely();

  

  function get_connection;

  

  function is_exported();

  

  procedure set_connection();

  

  function unexport();

  

  property connection: PGDBusConnection; [rw]

  

end;

Inheritance

TGDBusObjectManagerServer

  

TGObject