Unit 'AdvancedSingleInstance' Package
[Overview][Types][Classes][Index] [#fcl]

TSingleInstanceReceivedCustomMessage

Callback for OnServerReceivedCustomRequest event.

Declaration

Source position: advancedsingleinstance.pas line 33

type TSingleInstanceReceivedCustomMessage = procedure(

  Sender: TBaseSingleInstance;

  MsgID: Integer;

  MsgType: Integer;

  MsgData: TStream

) of object;

Arguments

Sender

  

Normally the TAdvancedSingleInstance instance.

MsgID

  

Message ID as sent by the client.

MsgType

  

Type of message as sent by the client.

MsgData

  

Payload message of the data.

Description

TSingleInstanceReceivedCustomMessage is the signature of the TAdvancedSingleInstance.OnServerReceivedCustomRequest event. It carries the information received when the server receives a custom message.

See also

TAdvancedSingleInstance.OnServerReceivedCustomRequest

  

Server event truggered when a custom request is received.


Documentation generated on: Jul 24 2023