[Overview][Resource strings][Constants][Types][Classes][Variables][Index] Reference for unit 'simpleipc' (#fcl)

TSimpleIPCServer.SynchronizeEvents

Should events be run in the main thread ?

Declaration

Source position: simpleipc.pp line 232

published property TSimpleIPCServer.SynchronizeEvents : Boolean
  read FSynchronizeEvents
  write SetSynchronizeEvents
  default DefaultSynchronizeEvents;

Description

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.

See also

TSimpleIPCServer.Threaded

  

Is the server running threaded or not ?

StartServer

  

Start the server


Documentation generated on: May 14 2021