MLGrid_Refresh

<< Click to Display Table of Contents >>

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

MLGrid_Refresh

 

Description

 

Refresh a grid control

 

Syntax

 

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