Create a new instance of the TBaseSingleInstance class.
Source position: singleinstance.pp line 53
| public constructor TBaseSingleInstance.Create( | 
| aOwner: TComponent | 
| ); override; | 
| aOwner | 
 | Owner of the new instance. | 
Create calls the inherited constructor and then initializes some properties TimeOutMessages and TimeOutWaitForInstances
| 
 | Stop waiting and destroy the instance. | |
| 
 | Timeout when waiting for messages. | |
| 
 | Timeout when trying to contact server instance. |