You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Sets a Connection Object property; the Connection Object is specified by the passed handle.

Syntax

flag = XOSetProperty (hXO, property, value, arg)

Parameters

The XOSetProperty function has the following parameters:

ParameterDescription
HXOHandle to the Connection Object.
PropertySee XOGetProperty() for list of properties.
valueProperty specific.
argProperty specific

XO properties are read-only and cannot be set.

Returns

True for success or False for failure.

See also

XOGetProperty()

  • No labels