api_set_current_window_by_seq_num()

Makes the window instance having the given sequence number as the current window. This function can be used to select the exact window instance of windows that can have multiple instances. Returns: The handle to the previous window instance.

See also: de_create_window(), api_set_current_window_by_seq_num().

Syntax:

api_set_current_window_by_seq_num(seqNo);

where

seqNo is the window sequence number as the order of when the window was opened.

Example:
// Closes the current window instance
api_set_current_window_by_seq_num (1);
de_close_window();
Where Used:

Graphical user interface

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources