[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1295
type TGAppLaunchContext = object(TGObject) |
||
|
||
function new; |
|
|
function get_display(); |
|
|
function get_environment; |
|
|
function get_startup_notify_id(); |
|
|
procedure launch_failed(); |
|
|
procedure setenv(); |
|
|
procedure unsetenv(); |
|
|
end; |
|
||
|