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

TSimpleIPCServer.ReadMessage

Read message from the queue

Declaration

Source position: simpleipc.pp line 170

public procedure TSimpleIPCServer.ReadMessage;

Description

ReadMessage will read the oldest message from the queue, and make it available in TSimpleIPCServer.MsgType and TSimpleIPCServer.MsgData

It is safe to call this even if a watch thread is started.

See also

TSimpleIPCServer.MsgType

  

Last message type

TSimpleIPCServer.MsgData

  

Last message data


Documentation generated on: Sep 28 2017