| AppCmdWndClear |
AppCmdWndClear clears the UniScript command window. |
| AppCmdWndClose |
AppCmdWndClear closes the UniScript command window. |
| AppCmdWndShow |
AppCmdWndShow shows or hides the UniScript command window. |
| AppCommandTracing |
AppCommandTracing enables or disables tracing of menu commands. |
| AppEventWndClear |
AppEventWndClear removes all events from the event window. |
| AppGetActiveDocument |
AppGetActiveDocument retrieves the handle of the active document. |
| AppGetActiveEditor |
AppGetActiveEditor retrieves the handle of the active editor. |
| AppGetActivePage |
AppGetActivePage retrieves the handle of the active page in the active document. |
| AppGetActivePrinterName |
The function AppGetActivePrinterName returns the active printer name. |
| AppGetAllPrinterNames |
The function AppGetAllPrinterNames returns a vector with printer names. |
| AppGetBar |
AppGetBar checks if the status bar or one of the toolbars is visible. |
| AppGetBatchMode |
AppGetBatchMode returns the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. |
| AppGetCommandLine |
AppGetCommandLine returns the command line. |
| AppGetDateFormatStrings |
AppGetDateFormatStrings returns a vector of Date/Time format strings. |
| AppGetFileNameSettings |
AppGetFileNameSettings retrieves the name of the file with UniPlot settings. |
| AppGetGlobalOption |
AppGetGlobalOption returns a value of an option from Tools=>More Options. |
| AppGetMainWnd |
AppGetMainWnd returns the handle of UniPlot’s main window. |
| AppGetSelectedDatasets |
AppGetSelectedDatasets retrieves the handles of all selected datasts in the active page. |
| AppGetSelectedLayers |
AppGetSelectedLayers retrieves the handles of the selected layers in the active page. |
| AppGetSelectedXYDatasets |
AppGetSelectedXYZDatasets retrieves the handles of all selected 1D and 2D datasts in the active page. |
| AppGetSelectedXYZDatasets |
AppGetSelectedXYZDatasets retrieves the handles of all selected 3D datasts in the active page. |
| AppGetStatusBarHandle |
AppGetStatusBarHandle returns the handle of the status bar window. |
| AppGetToolbarInfo |
AppGetToolbarInfo returns a matrix with toolbar names and an information if the toolbar is visible. |
| AppGetUserColorTable |
The function AppGetUserColorTable returns a vector with 16 user colors. |
| AppHelp |
AppHelp opens the UniPlot help system. |
| AppHelpOptions |
AppHelpOptions sets or returns help setting options. |
| AppIsDataTooltip |
Checks if the data tooltips are enabled. |
| AppIsFullScreen |
Checks if the full screen mode is active. |
| AppIsPostScriptPrinter |
The function AppIsPostScriptPrinter identifies the printer as a PostScript printer. |
| AppLoadSettings |
AppLoadSettings loads a file with UniPlot settings. |
| AppProgressCreate |
AppProgressCreate creates a process control in the status bar or a dialog box with a progress control and a Cancel button. |
| AppProgressDestroy |
AppProgressDestroy. |
| AppProgressDialog |
AppProgressDialog creates a dialog box with a progress control and a Cancel button. |
| AppProgressStepIt |
AppProgressStepIt advances the current position for a progress bar ontrol by the step increment and redraws the bar to reflect the new position. |
| AppQuit |
AppQuit closes UniPlot. |
| AppSaveSettings |
AppSaveSettings saves UniPlot settings to a file. |
| AppSendCommandMessage |
AppSendCommandMessage sends a menu command to a window. |
| AppSetBar |
AppSetBar switches the status bar or one of the toolbars on or off. |
| AppSetBatchMode |
AppSetBatchMode sets the batch mode flag. If batch mode is enabled the display of dialog and message boxes are suppressed. |
| AppSetDataTooltip |
Enables or disables the data tooltips. |
| AppSetDatasetDataType |
AppSetDatasetDataType sets the data type for 1D and 2D datasets. |
| AppSetDateFormatStrings |
AppSetDateFormatStrings sets the date/time format strings. The strings are used to format the axes labels. |
| AppSetFullScreen |
Resizes the current view so that it fills the screen. |
| AppSetGlobalOption |
AppSetGlobalOption sets a value of an option from Tools=>More Options. |
| AppSetPrinter |
The function AppSetPrinter selects a printer. |
| AppSetStatusBarText |
AppSetStatusBarText prints text into the status bar |
| AppSetTitle |
AppSetTitle sets UniPlot’s window title. |
| AppSetToolbarInfo |
AppSetToolbarInfo switches toolbars on or off. |
| AppSetUserColorTable |
The function AppSetUserColorTable sets the user colors. |
| AppSleep |
The AppSleep function suspends the execution of UniPlot for the specified interval. |
| GetCommandLine |
GetCommandLine |
| registry_load |
registry_load copies all UniPlot settings from the specified XML file to the Windows registry. |
| registry_save |
registry_save copies all UniPlot settings from the Windows registry to the specified XML file. |