Table of Contents

O4WResponseStyle routine

Description

(Deprecated in O4W 1.1) Marks the control or element for change when in "response" event mode.

Syntax

O4WResponseStyle(stylename, textOnly, styleOnly)

Parameters

The function has the following parameters:

ParameterDescription
stylenameThe name of the style.
textOnlyBoolean. When set to true, only the control or element's "text" property is changed.
styleOnlyBoolean. When set to true, only the style information passed to the control or element is changed.

Remarks

If neither the textOnly or styleOnly parameter is set to true, then the entire element or control is updated with the modified element or control information.

O4WResponseOptions is the replacement routine for this deprecated routine.

See Also

O4WResponseOptions routine