External Interfaces > RealWeb > RealWeb API > Tables (RealWeb)

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

Tables (RealWeb) (routines.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

Tables

The routines in this category provide different methods of presenting information in tabular form. Two are high-level routines that take dynamic arrays and construct a table by adding the appropriate HTML tags. The others give you complete control over the appearance of the table, by allowing you to create and format the individual rows, columns and cells.

RW_MAKE_TABLE Creates and populates a table. Appends the result to the output buffer.
RWA_MAKE_TABLE Creates and populates a table. Appends the result to a string.
RWS_TABLE Tags the contents of a string as a table
RWS_TABLE_ROW Tags a string to be displayed as a row in a table
RWS_TABLE_HEADER Tags a string to be displayed as a header cell in a table.
RWS_TABLE_DATA Tags a string to be displayed as a data cell in a table
RWS_TABLE_CAPTION Tags the contents of a string as a caption for a table.
RWA_TABLE_COLGROUP Creates a column group for a table.
RWS_TABLE_BODY Tags the contents of a string as a body section in a table
RWS_TABLE_FOOT Tags a string to be displayed as a footer section in a table.
RWS_TABLE_HEAD Tags a string to be displayed as a header section in a table.

 

RealityV15.1 (MoTW) Revision 7Comment on this topic