2. Overview Toolbar and StatusbarΒΆ

Toolbar und Statusbar

AppGetBar

AppGetBar checks if the status bar or one of the toolbars is visible.

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.

AppSetBar

AppSetBar switches the status bar or one of the toolbars on or off.

AppSetStatusBarText

AppSetStatusBarText prints text into the status bar

RegisterCommand

RegisterCommand adds a new command to the command table for the User Toolbar. The registered commands can be added to the ToolBar using the command Tools=>Customize User Toolbar.

UserBar_Add

UserBar_Add adds a new command to the user toolbar. The command must be registered with RegisterCommand.

ComboBoxes in ToolBar

ComboAddString

ComboAddString adds a string to the end of the list box of a combo box.

ComboGetString

ComboGetString

ComboResetContent

ComboResetContent removes all items from the list box and edit control of a combo box.

ComboSelectString

ComboSelectString searches for a string in the list box of a combo box and, if the string is found, selects the string in the list box and copies the string to the edit control.

See also

Overview Menus

id-667487