TRVCmd

<< Click to display table of contents >>

TRVCmd

A command that can be sent by TRVCamSender component.

Unit [VCL and LCL] MRVCmd;

Unit [FMX] fmxMRVCmd;

Syntax

TRVCMD = class(TPersistent)

hmtoggle_arrow1Hierarchy

Description

This class has the following properties:

Cmd: TRVMAnsiString – name of the command

Params : TRVCMDParamCollection – parameters, a collection of TRVCmdParamItem items.

Sessionkey : TRVSessionkey identifies the session where this command was received.

When implementing your own commands, do not start their names with 'RV_' and 'RVS_'. These prefixes are reserved for internal commands.