NewCol

[property icon] NewCol

Returns the column the cursor will move to if current validate returns TRUE

Read-only Runtime-only Integer property

Applies to: Grid

Introduced in KCML version 5.02


>

NewCol

This property will return the column the cursor will move to if a Validate() event is accepted on the assumption that the event is triggered by the cursor moving to another cell in the grid. The row for the new cell can be obtained from the NewRow property.

The property is only valid within a Validate() or EditRowNotify() event.

See also

Grid methods, properties and events.