<< Click to display table of contents >> TRVCmdParamCollection |
A collection of command parameters.
Unit [VCL and LCL] MRVCmd;
Unit [FMX] fmxMRVCmd;
Syntax
TRVCmdParamCollection = class(TCollection)
TObject TPersistent TCollection |
This collections has the following properties and methods:
•function Add : TRVCmdParamItem;
•property Items[Index: Integer]: TRVCmdParamItem.
This is the type of TRVCmd.Params property.