Unit 'singleinstance' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TBaseSingleInstance.Create

Create a new instance of the TBaseSingleInstance class

Declaration

Source position: singleinstance.pp line 46

public constructor TBaseSingleInstance.Create(

  aOwner: TComponent

); override;

Arguments

aOwner

  

Owner of the new instance

Description

Create calls the inherited constructor and then initializes some properties TimeOutMessages and TimeOutWaitForInstances

See also

TBaseSingleInstance.Destroy

  

Stop waiting and destroy the instance

TimeOutMessages

  

Timeout when waiting for messages

TimeOutWaitForInstances

  

Timeout when trying to contact server instance


Documentation generated on: Sep 29 2022