Table of Contents

O4WTableStyle routine

Description

Creates a style based on the specified parameters.

Syntax

O4WTABLESTYLE(stylename, border, borderwidth, align)

Parameters

The function has the following parameters:

ParameterDescription
stylenameThe name of the style.
borderBoolean. If false then no border there will be no border, if true then there will be a border.
borderwidthThe width of the border in pixels.
alignThe 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 <stylename> is not null) defines the style by the stylename for use with one or more elements and input controls.