CalcIt Forms & Controls

COL

Reads or sets the Column 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').Col;  //reads column index of the selected Cell and assigns at v
frm('ID1').Col:=10;
//Sets the selected column to be at index 10

For Control(s): ctrGRID

Go Back