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

TBaseSingleInstance.OnServerReceivedParams

Event triggered during ServerCheckMessages.

Declaration

Source position: singleinstance.pp line 61

public property TBaseSingleInstance.OnServerReceivedParams : TSingleInstanceParamsEvent
  read FOnServerReceivedParams
  write FOnServerReceivedParams;

Description

OnServerReceivedParams is the event triggered when ServerCheckMessages is called, and a client sent a message to the server. The Params parameter contains the commandline parameters that the client sent, one per string in the list.


Documentation generated on: Jul 24 2023