Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== O4WListBoxStyle routine ====== ==== Description ==== (Deprecated in O4W 1.1) Creates a style based on the specified multiple flag (1=multiple selections allowed) and the specified <size> (number of rows to display) and <width> (width of rows). ==== Syntax ==== O4WLISTBOXSTYLE(stylename, multipleflag, size, width, selectAllFlag) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |stylename|The name of the style.| |multipleflag|Boolean. If True, the list box is multiselect.| |size|The number of rows to display in the list box.| |width|The width of rows in pixels.| |selectAllFlag|Boolean. If True and multipleflag is True then the entire contents of the list box is selected.| |listBoxId|the id of the list box. This allows for the explicit setting of the list box id.|| ==== Remarks ==== Returns the style information (to use immediately with a display element or input control), and (if <stylename> is not null) defines the style by the stylename for use with one or more elements and input controls. This routine has been deprecated, see [[o4wlistboxoptions|O4WListBoxOptions]] routine. ==== See Also ==== [[o4wlistboxoptions|O4WListBoxOptions]] routine guides/o4w/o4w_api/o4wlistboxstyle.txt Last modified: 2024/06/19 20:19by 127.0.0.1