JVCL Help:TJvCreateProcess.Create

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Creates and initializes a new TJvCreateProcess object.


Pascal

 constructorCreate(AOwner: TComponent); override;


Parameters

Parameters Description
AOwner: TComponent A component, typically the form, that is responsible for freeing the component.


Description

Use Create to create and initialize a new TJvCreateProcess object.
Create calls the inherited Create method, then sets the initial values for the component as follows:


See Also

TJvCreateProcess.CreationFlags, TJvCreateProcess.Destroy, TJvCreateProcess.Priority, TJvCreateProcess.State, TJvCreateProcess.WaitForTerminate


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page