QueryParamsName Property
This property contains the name of the parameter to be used in a Query request.
Syntax
__property String QueryParamsName[int QueryParamsIndex] = {read=FQueryParamsName, write=FSetQueryParamsName};
Default Value
""
Remarks
This property contains the name of the parameter to be used in a Query request.
The size of the array is controlled by the QueryParamsCount property.
This property is not available at design time.
Data Type
String