Current_Item - cCJGrid
A proxy method that returns the SelectedColumn
Type: Function
Return Data Type: Integer
Syntax
Function Current_Item Returns Integer
Call Example
Get Current_Item to IntegerVariable
Description
Current_Item is a proxy that returns the SelectedColumn
The DataFlex framework expects a number of interfaces to be supported for entry objects and data entry objects. These interfaces exist so that other objects, such as Data Dictionaries and menu items, can communicate with grids. Most of these interfaces are private. Those that are not private should only be used when communicating with the grid objects from other objects. You would rarely augment these messages and you should never send them within the grid objects themselves.