Non-class Attachment Functions
These functions create a new instance of a script class object by attaching a window or data object displayed on the Mira desktop ("GUI"). These functions create and return a new class object identical to that created using one of the class attach methods. For example, the attachlist_imageview function attaches an Image Window on the GUI and creates a CImageView object identical to that created by the CImageView:AttachFromList method. Each of these functions returns a new instance of the class object.
To create a new, default class object, see the Non-class Creator Functions.
Report Windows |
|
Attaches the grid control in a Report Window on the GUI and returns a new CGridView class object for it. |
|
Attaches a Report Window on the GUI by matching the window's title and creates a CGridView object for it. The new CGridView object is returned. |
|
Attaches a Report Window selected from a list of all Report Windows on the GUI and creates a new CGridView class object for it. The new CGridView object is returned. |
|
Images |
|
Attaches an image selected from a list of all images in all Image Windows on the GUI and returns a new CImage class object for it. |
|
Image Windows |
|
Attaches an Image Window on the GUI and returns a new CImageView class object for it. |
|
Attaches an Image Window on the GUI by matching the window's title and creates a CImageView object for it. The new CImageView object is returned. |
|
Attaches an Image Window selected from a list of all Image Windows on the GUI and returns a new CImageView class object for it. |
|
Plot Windows |
|
Attaches a Plot Window on the GUI and returns a new CPlotView class object for it. |
|
Attaches a Plot Window on the GUI by matching the window's title and creates a CPlotView object for it. The new CPlotView object is returned. |
|
Attaches to a Plot Window selected from a list of all Plot Windows on the GUI and returns a new CPlotView class object for it. |
|
Text Windows |
|
Attaches a Text Window on the GUI and returns a new CTextView class object for it. |
|
Attaches a Text Window on the GUI by matching the window's title and creates a CTextView object for it. The new CTextView object is returned. |
|
Attaches a Text Window selected from a list of all Text Windows on the GUI and returns a new CTextView class object. |
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.