| Toolbar und Statusbar | |
|---|---|
| AppGetBar | AppGetBar checks if the status bar or one of the toolbars is visible. |
| AppProgressCreate | AppProgressCreate. |
| AppProgressDestroy | AppProgressDestroy. |
| AppProgressStepIt | AppProgressStepIt. |
| 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
id-667487