ParamName Property
The name of the Method parameter.
Syntax
__property String ParamName[int ParamIndex] = {read=FParamName, write=FSetParamName};
Default Value
""
Remarks
The name of the Method parameter.
The size of the array is controlled by the ParamCount property.
This property is not available at design time.
Data Type
String