====== 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: ^Parameter^Description^ |stylename|The name of the style.| |textOnly|Boolean. When set to true, only the control or element's "text" property is changed.| |styleOnly|Boolean. 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|O4WResponseOptions]] is the replacement routine for this deprecated routine. ==== See Also ==== [[o4wresponseoptions|O4WResponseOptions]] routine