TRVCmdParamCollection

<< Click to display table of contents >>

TRVCmdParamCollection

A collection of command parameters.

Unit [VCL and LCL] MRVCmd;

Unit [FMX] fmxMRVCmd;

Syntax

TRVCmdParamCollection = class(TCollection)

hmtoggle_arrow1Hierarchy

Description

This collections has the following properties and methods:

function  Add : TRVCmdParamItem;

property Items[Index: Integer]: TRVCmdParamItem.

 

This is the type of TRVCmd.Params property.