Cicode Programming Reference > Cicode Function Categories > Window Functions Introduction > Window Functions

Window Functions

Following are functions relating to Windows:

GetWinTitle

Returns the name of the active window as a string.

HtmlHelp

Invokes the Microsoft HTML Help application

MultiMonitorStart

Displays a CitectSCADA window on each of the configured monitors when a display client starts up.

WinCopy

Copies the active window to the Windows clipboard.

WinFile

Writes the active window to a file.

WinFree

Removes a display window.

WinGetFocus

Gets the number of the CitectSCADA window that has the keyboard focus.

WinGetWndHnd

Gets the window handle for the current window.

WinGoto

Changes the active window.

WinMode

Sets the display mode of the active window.

WinMove

Moves the active window.

WinNew

Opens a display window.

WinNewAt

Opens a display window at specified coordinates.

WinNext

Makes the next window active.

WinNumber

Gets the window number of the active CitectSCADA window.

WinPos

Positions a window on the screen.

WinPrev

Makes the previous window active.

WinPrint

Prints the active window.

WinPrintFile

Prints a file to the printer.

WinSelect

Selects a window for Cicode output.

WinSetName

Associates a name with a particular window by its window number.

WinSize

Sizes a window.

WinStyle

Switches on and off scrolling and scroll bar features for existing windows.

WinTitle

Sets the title of the active window.

WndFind

Gets the Windows number of any window in any application.

WndGetFileProfile

Gets a profile string from any .INI file.

WndGetProfile

This function is obsolete from this version of the product.

WndHelp

Invokes the Windows Help application.

WndInfo

Gets the Windows system metrics information.

WndMonitorInfo

Returns information about a particular monitor.

WndPutFileProfile

Puts a profile string into any .INI file.

WndPutProfile

This function is obsolete from this version of the product.

WndShow

Sets the display mode of any window of any application.

WndViewer

Invokes the Windows Multimedia application.

See Also

Cicode Functions