MLGrid_GetCurCol

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > MLGrid Control > MLGrid Control Commands >

MLGrid_GetCurCol

 

Description

 

Returns the currently selected column, the column where the cursor is currently located

 

Syntax

 

n = MLGrid_GetCurCol(hGrid)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hGrid

Number

No

handle to grid control, the one returned by CONTROL ADD MLGRID ...

 

Remarks

 

Restrictions

 

See also

 

Examples