Description
Sets a Query property, returning TRUE on success and FALSE otherwise.
Syntax
flag = QrySetProperty (hQry, property, value, arg)
Parameters
The QrySetProperty function has the following parameters:
| Parameter | Description |
|---|---|
| hQry | Handle to the Query. |
| property | See QryGetProperty. |
| value | Property specific. |
| arg | Property specific. |
Currently, all Query properties are read-only and cannot be set.
Returns
TRUE for successful execution or FALSE for failure.