guides:o4w:o4w_api:o4wtablestart

O4WTableStart routine

Starts a table named ID, applying the style specified to the table.

O4WTableStart(id, style)

The function has the following parameters:

ParameterDescription
idThe id of the table. The table can be addressed by the id through style sheets individually.
styleWhen 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.

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.

  • guides/o4w/o4w_api/o4wtablestart.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1