Window Members

These members are objects related to Window.

Functions Description
Activate Brings the window to the front.
Clone Clone the document. Return value: Object.
Close Closes the window.
PrintOut Prints the contents of the window.
PrintPreview Shows a print preview of the window.
Save Saves the file associated with the window.
SaveAs Saves the file associated with the window as the specified file path. Return value: Boolean.
Properties Description
Application Returns the application associated with the window. Return value: Application. This property is read only.
Dictionary Get the dictionary object for storing custom data as name-value pairs. Return value: Object. This property is read only.
Document Returns the document associated with the window. Return value: Object. This property is read only.
DocumentId Get the document id, a guid string. Return value: String. This property is read only.
Handle Returns a handle to the window. Return value: Integer. This property is read only.
Height Returns/sets the height (in pixels) of the window. Return/assignment value: Integer.
IdleBackupEnabled Enable/disable idle backup. Return/assignment value: Boolean.
Left Returns/sets the left coordinates (in pixels) of the window. Return/assignment value: Integer.
Next Returns the next window in Statistica. Return value: Window. This property is read only.
Parent Returns the application associated with the window. Return value: Application. This property is read only.
Previous Returns the previous window in Statistica. Return value: Window. This property is read only.
State Returns/sets the window state of the window (maximized, minimize, normal. Return/assignment value: WindowState.
Title Document Title. Return/assignment value: String.
Top Returns/sets the top coordinates (in pixels) of the window. Return/assignment value: Integer.
Type Returns the document type of the window (graph, report, workbook, spreadsheet, macro, no document. Return value: DocumentType.This property is read only.
Visible Returns/sets the visibility of the window. Return/assignment value: Boolean.
Width Returns/sets the width (in pixels) of the window. Return/assignment value: Integer.