The row and column indexes start at 0, so the upper left cell has the index (0, 0).
With two parameters the dialog object defined by statement will be placed in the single cell addresses by row and column. With four parameters the dialog object will span over all cells from row/column to row2/column2.
By default a dlgCell contains a dlgHBoxLayout, so if the cell contains more than one dialog object, they will be placed next to each other horizontally.
Example
string Text; dlgGridLayout { dlgCell(0, 0) dlgLabel("Cell 0,0"); dlgCell(1, 2, 4, 7) dlgTextEdit(Text); }
Index | Copyright © 2005 CadSoft Computer GmbH |