Version 8.3.3
 —  Layout Elements  —

Basics

It is quite simple: "normal" controls refer to an adapter class and are bound to singular properties - i.e. properties that are accessible by a simple set/get method. Grid controls refer to an adapter class as well - but are bound to a collection of objects. Each collection element provides set/get methods to access its content, i.e. its own properties.

Two types of grid controls are available:

Use the TEXTGRID2 controls for displaying and selecting data. Use ROWTABLEAREA2 for entering data inside a grid.

Top of page