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:

ParameterDescription
hQryHandle to the Query.
propertySee QryGetProperty.
valueProperty specific.
argProperty specific.

Currently, all Query properties are read-only and cannot be set.

Returns

TRUE for successful execution or FALSE for failure.

  • No labels