Version 1.0
Copyright ©1997 Martin Prusa, Inolab
TInoAppExec is a component for executing other applications.
Property | Type | Description |
FileName | string | The file to be executed. |
Parameters | TStringList | Parameters to the application. |
Wait | boolean | Wait for the app's end before continuing our code ? |
WindowState | TWindowState | Window state. |
Method | Type | Descritpion |
Execute | Procedure | Executes the application. If it fails, it raises an exception. |
Clear | Procedure | Empties the properties |
EInoAppExecError = class(Exception)
THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED
TO AS "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MARTIN PRUSA BE LIABLE FOR ANY DAMAGES
WHATSOEVER INCLUDING DIRECT,INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS
OR SPECIAL DAMAGES, EVEN IF MARTIN PRUSA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR
CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
You can contact me via email : inolab@mbox.vol.cz
Copyright ©1997 Martin Prusa, Inolab. All rights reserved.