ParamName Property
The name of the Method parameter.
Syntax
char* GetParamName(int iParamIndex);
int SetParamName(int iParamIndex, char* lpszParamName);
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