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

TGApplicationCommandLine

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

Declaration

Source position: lazgio2.pas line 1467

type TGApplicationCommandLine = object(TGObject)

  priv: PGApplicationCommandLinePrivate;

  

  function create_file_for_arg();

  

  function get_arguments();

  

  function get_cwd;

  

  function get_environ;

  

  function get_exit_status;

  

  function get_is_remote;

  

  function get_options_dict;

  

  function get_platform_data;

  

  function get_stdin;

  

  function getenv();

  

  procedure set_exit_status();

  

  property is_remote: gboolean; [r]

  

  property platform_data: PGVariant; [r]

  

end;

Inheritance

TGApplicationCommandLine

  

TGObject