| 
       << Click to display table of contents >> TRVParamType | 
    
Type of a command parameter.
Unit [VCL and LCL] MRVType;
Unit [FMX] fmxMRVType;
type
TRVParamType = (rvptNone, rvptString, rvptInteger, rvptFloat,
rvptDateTime, rvptBin);
Value  | 
Meaning  | 
rvptNone  | 
Unknown command type  | 
rvptString  | 
String  | 
rvptInteger  | 
Integer value  | 
rvptFloat  | 
Floating point value  | 
rvptDateTime  | 
Date  | 
rvptBin  | 
Binary data  |