====== O4WTableStyle routine ====== ==== Description ==== Creates a style based on the specified parameters. ==== Syntax ==== O4WTABLESTYLE(stylename, border, borderwidth, align) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |stylename|The name of the style.| |border|Boolean. If false then no border there will be no border, if true then there will be a border.| |borderwidth|The width of the border in pixels.| |align|The alignment of the table. 0 = Left; 1 = Center; 2 = Right|| ==== Remarks ==== Returns the style information (to use immediately with a display element or input control), and (if is not null) defines the style by the stylename for use with one or more elements and input controls.