Table

From HTML5 Builder
Jump to: navigation, search

The Table component contains information from a table of a database.

Configuration

To get your Table working, setup these properties: Active, Database, and SQL.

Server-side Features

Properties, Methods and Events

Documented in the RPCL Reference.

Help Resources

Sample Applications

In the following folders inside the sample applications directory you will find projects covering this component:

  • Ajax/Database. A table from a database is loaded using AJAX.
  • BlogProject. Blog, with several pages working with a table from a database.
  • Data Aware. The folder contains other folders with sample applications, many of them using tables to work with a database.
  • ECommerceExample. E-Commerce application that works on a database usign tables from many pages.
  • SimpleManagement. Management application that works against a database through tables.

See Also