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

TGSubprocess

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

Declaration

Source position: lazgio2.pas line 6380

type TGSubprocess = object(TGObject)

  function newv();

  

  function communicate();

  

  procedure communicate_async();

  

  function communicate_finish();

  

  function communicate_utf8();

  

  procedure communicate_utf8_async();

  

  function communicate_utf8_finish();

  

  procedure force_exit;

  

  function get_exit_status;

  

  function get_identifier;

  

  function get_if_exited;

  

  function get_if_signaled;

  

  function get_status;

  

  function get_stderr_pipe;

  

  function get_stdin_pipe;

  

  function get_stdout_pipe;

  

  function get_successful;

  

  function get_term_sig;

  

  procedure send_signal();

  

  function wait();

  

  procedure wait_async();

  

  function wait_check();

  

  procedure wait_check_async();

  

  function wait_check_finish();

  

  function wait_finish();

  

end;

Inheritance

TGSubprocess

  

TGObject