3 captures
27 Oct 2014 - 17 Jun 2018
Mar JUN Jul
17
2016 2018 2019
success
fail
About this capture

11.1.1.2.9. MemoryWindowยถ

The MemoryWindow represents the Felix memory or glossary window. You can use it to change the position and focus of the memory and glossary windows.

11.1.1.2.9.1. Propertiesยถ

Name Type Access Description
Height Int Get/Set The window height
Left Int Get/Set The left edge of the window
Top Int Get/Set The top edge of the window
Width Int Get/Set The window width

11.1.1.2.9.2. Methodsยถ

Name Arguments Description
Raise none Raises the Felix window so that itโ€™s visible

11.1.1.2.9.3. Exampleยถ

Raise the Felix memory window:

Dim felix As Object
Set felix = CreateObject("Felix.App")

Dim mem As Object
Set mem = felix.App2.MemoryWindow

call mem.Raise