JVCL Help:TJvProcessEntry.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 TJvProcessEntry object.


Pascal

 constructorCreate(AProcessID: DWORD; constAFileName: TFileName; constAProcessName: string);


Parameters

Parameters Description
AProcessID: DWORD The process id of a process to be associated with a new TJvProcessEntry
const AFileName: TFileName The path and file name of a file to be associated with a new TJvProcessEntry.
const AProcessName: string A description for the process.


Description

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


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