O4WTableStart routine
Description
Starts a table named ID, applying the style specified to the table.
Syntax
O4WTableStart(id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
id | The id of the table. The table can be addressed by the id through style sheets individually. | |
style | When specified, the style is applied to the table that is generated. Note that style can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. |
Remarks
Tables are used to graphically organize both data and input controls. Note that, with style sheets, it is not necessary to use tables (as you can now explicitly locate display and control elements via their IDs), but tables are still a simple and convenient way to generate columnar layouts.