[Overview][Types][Classes] Reference for unit 'process' (#fcl)

TProcess.Create

Create a new instance of the TProcessclass.

Declaration

Source position: process.pp line 95

public constructor TProcess.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the instance.

Description

Createcreates a new instance of the TProcessclass. After calling the inherited constructor, it simply sets some default values.