CGridView:GetTitle
The GetTitle method returns the title of a grid window.
strTitle = CGridView:GetTitle()
On success, the title of the CGridView window is returned as strTitle.
On failure, nil is returned.
The following script returns the title of an attached grid:
|
-- attach a grid on the Mira desktop |
|
-- return the window title |
|
-- list the window title. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.