ListCol

[property icon] ListCol

Returns the column used for the listbox during the current cell edit

Read-only Runtime-only Integer property

Applies to: Grid

Introduced in KCML version 6.00


>

ListCol

In the grid SelChange() event, it is often necessary to access the grid listbox that generated the event. However, the listbox may not belong to the current cell being edited, but instead belong to the current row or column, or even the entire grid. The ListRow and ListCol properties can be used to reference the listbox being for the current cell.

See also

Grid methods, properties and events.