Unit 'singleinstance' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TBaseSingleInstance.ServerCheckMessages

Check for messages from a client application.

Declaration

Source position: singleinstance.pp line 55

public procedure TBaseSingleInstance.ServerCheckMessages; virtual; abstract;

Description

ServerCheckMessages must be called at regular intervals by the server application to see if any client application sent messages (using TBaseSingleInstance.ClientPostParams). This is part of themechanism to communicate parameters from the client to the server. If there are any messages, then the OnServerReceivedParams event will be triggered once for any client that sent parameters.

See also

TBaseSingleInstance.ClientPostParams

  

Send parameters to the server.


Documentation generated on: Jul 24 2023