CGridView:GetViewPtr


The GetViewPtr method returns a pointer to the image wrapped by the CGridView object. This pointer is required by some methods in other classes that use a direct pointer to a window in the Mira GUI, rather than a reference to a CGridView object.

Syntax

Pointer = CGridView:GetViewPtr()

where

    Pointer is a pointer to the view window. On failure, nil. is returned.

Related Topics

Attach

AttachFromList

CGridView class