MLGrid_GetCurRow

<< Click to Display Table of Contents >>

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

MLGrid_GetCurRow

 

Description

 

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

 

Syntax

 

n = MLGrid_GetCurRow(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