TClrProcessStartInfo.CreateNoWindow Property
Gets or sets a value indicating whether to start the process in a new window.
published property CreateNoWindow: Boolean read GetCreateNoWindow write SetCreateNoWindow default False;
Property Value
Type: Boolean
true if the process should be started without creating a new window to contain it; otherwise, false. The default is false.