QueryParamsValue Property
This property contains the value of the parameter to be used in a Query request.
Syntax
__property String QueryParamsValue[int QueryParamsIndex] = {read=FQueryParamsValue, write=FSetQueryParamsValue};
Default Value
""
Remarks
This property contains the value of the parameter to be used in a Query request. All specified values will be URL encoded by the component.
The size of the array is controlled by the QueryParamsCount property.
This property is not available at design time.
Data Type
String