CGridCtrl:Refresh, CGridView:Refresh


The Refresh method updates the grid control window after a series of changes that may not have been updated.

Syntax

CGridCtrl:Refresh()

Example

The following script refreshes the grid window:

V = attach_gridview()

-- attach a grid on the Mira desktop

G = new_gridctrl(V)

-- create a CGridCtrl for the window

-- adjust the grid

 

G:Refresh()

-- select cell (5,10)

Related Topics

CGridCtrl class


Mira Pro x64 Script User's Guide, v.8.77 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.