Grid Control

Properties   Events   Methods   Example   See Also

Creates a grid.

Syntax

Grid

Remarks

A grid is a container object that displays data in rows and columns, and is similar in appearance to a Browse window. A grid is also a container object that contains column objects. A column can contain a Header object and controls. Because a grid and its columns, headers, and controls each have their own set of properties, you have complete control over each element of the grid. You can create a grid interactively using the Grid Builder.

For additional information about creating grids, see Chapter 10, Using Controls, in the Programmer's Guide.