[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
|
|
|
||
end; |
|
||
|