Creates a new TSimpleEvent instance.
Source position: syncobjs.pp line 133
constructor TSimpleEvent.Create; |
Create instantiates a new TSimpleEvent instance. It simply calls the inherited Create with Nil for the security attributes, an empty name, AManualReset set to True, and InitialState to False.
|
Create a new event object. |