613-518-1166 info@zimdatabases.com

ZIM Development Center (DC) for Zim 7

pSpy

< All Topics

pSpy

Manage the spy window for debugging.

Syntax

pSpy ( in vlAction )

Parameters

vlAction

A string that identifies the function to be performed.

Comments

The pSpy command manages the spy window that displays events, actions, and program, window, and form information.

All operations can be invoked at any time. However, if the spy window is not opened, all operations (except OPEN) have no effect. The valid values for vlAction and their meanings are

vlAction

Meaning

ACTION

Display the actions details window showing the history of actions.

CLOSE

Close the spy window.

EVENT

Display the event details window.

FORM

Display the form details window.

HIDE

Deactivate the spy window.

OPEN

Open the spy window.

PROGRAM

Send a GETSTATUS action to the current process and display program status information.

REFRESH

Refresh spy window information. Called from pGetAction after an action is found.

REFRESHACTION

Append the latest action to the action list and then do a REFRESH.

REFRESHEVENT

Refresh the event information in the spy window.

SHOW

Activate the spy window.

SHOWHIDE

Toggle the spy window visibility. If it is visible, make it invisible and vice versa.

WINDOW

Display the window details window.

Most operations of the spy window, with the exception of opening and closing the window, are managed automatically by the Framework. There is usually no need for application code to use the other functions of pSpy.

Used By

pGetAction

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents