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:
Parameter | Description |
---|---|
HXO | Handle to the Connection Object. |
Property | See XOGetProperty() for list of properties. |
value | Property specific. |
arg | Property specific |
XO properties are read-only and cannot be set.
Returns
True for success or False for failure.