[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1467
type TGApplicationCommandLine = object(TGObject) |
||
|
||
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 platform_data: PGVariant; [r] |
|
|
end; |
|
||
|