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

TGAppLaunchContext

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

Declaration

Source position: lazgio2.pas line 1295

type TGAppLaunchContext = object(TGObject)

  priv: PGAppLaunchContextPrivate;

  

  function new;

  

  function get_display();

  

  function get_environment;

  

  function get_startup_notify_id();

  

  procedure launch_failed();

  

  procedure setenv();

  

  procedure unsetenv();

  

end;

Inheritance

TGAppLaunchContext

  

TGObject