CGridView:GetTitle


The GetTitle method returns the title of a grid window.

Syntax

strTitle = CGridView:GetTitle()

bullet.gif    On success, the title of the CGridView window is returned as strTitle.

bullet.gif    On failure, nil is returned.

Example

The following script returns the title of an attached grid:

G = attachlist_gridview()

-- attach a grid on the Mira desktop

strTitle = G:GetTitle()

-- return the window title

Printf("title = %s\n", strTitle)

-- list the window title.

Related Topics

CGridView class, SetTitle


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