GetPopups

Returns a string array of captions of the currently open popups.

Note:    In JavaScript, use the VBArray object. E.g.,

var captions = SGWorld.Window.GetPopups()

var arr = new VBArray(captions).toArray();

SeeUsing the VBArray Object” for more information.

 

JavaScript

 

GetPopups

 

C#

 

dynamic GetPopups()

 

C++

 

HRESULT GetPopups(

       VARIANT* pVal) 

Return Value

pVal

String array of captions of the currently open popups.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.