[Overview][Resource strings][Constants][Types][Classes][Variables][Index] |
Should events be run in the main thread ?
Source position: simpleipc.pp line 232
published property TSimpleIPCServer.SynchronizeEvents : Boolean |
SynchronizeEvents can be set to True to force execution of events in the main thread, when the server is running in threaded mode. If set to False, the events will be triggered in the thread responsible for checking messages. It is ignored when the server is not running threaded. It cannot be set when the server is already started.
|
Is the server running threaded or not ? |
|
|
Start the server |