CalcIt Forms & Controls

ROW

Reads or sets the Row index of the currently selected Cell in a ctrGRID control.

e.g. For a form variable frm and a ctrGRID control with name ID1

v:=frm('ID1').Row;  //reads row index of the selected Cell and assigns at v
frm('ID1').Row:=10;
//Sets the selected column to be at index 10

For Control(s): ctrGRID

Go Back