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

TGDBusServer

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

Declaration

Source position: lazgio2.pas line 3231

type TGDBusServer = object(TGObject)

  function new_sync();

  

  function get_client_address;

  

  function get_flags;

  

  function get_guid;

  

  function is_active;

  

  procedure start;

  

  procedure stop;

  

  property client_address: Pgchar; [r]

  

  property flags: TGDBusServerFlags; [r]

  

  property guid: Pgchar; [r]

  

end;

Inheritance

TGDBusServer

  

TGObject