| 
       << Click to display table of contents >> TRVCmdEvent | 
    
Unit [VCL and LCL] MRVReceiver;
Unit [FMX] fmxMRVReceiver;
type
  TRVCmdEvent = procedure(Sender: TRVCamReceiver;
    SessionKey: TRVSessionKey;
    const GUIDGroup, GUIDUser: TRVMAnsiString;
ACmd : TRVCmd) of object;
Parameters:
GUIDGroup – identifier of the group
GUIDUser – identifier of the client which sent
This is the type of the following events of TRVCamReceiver:
•OnGetAllUsers, OnGetAllOnlineUsers