GridPanel.add

Syntax

add (ppControl, left, top);

Parameters

ppControl. Component, an instance of the Control class, that must be added to the table.

left. Left coordinate of the component;

top. The component top coordinate.

Description

The add method adds component to the table.

Comments

The method that is used at static location of the component. At the dynamic arrangement, the components are added to the table using the Items property.

Example

The example of method use is given on the Example of Creating the GridPanel Component page.

See also:

GridPanel