CGridView:SetTitle


The SetTitle method sets the title of a grid window.

Syntax

CGridView:SetTitle(strTitle)

Example

The following script assigns a new title to a grid attached to the script:

G = attachlist_gridview()

-- attach a grid from the Mira desktop

G:SetTitle(strTitle)

-- set a new grid window title

Related Topics

CGridView class, GetTitle


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