Category:Subroutines - Dialogs
From Vectorlab
Standard subroutines for Dialogs.
Each of the routines listed in the category VectorScript Subroutines is available under the MIT licencing, if not differently specified.
Using the routines you accept its terms.
To place a new article in this category, create a page with the inputbox below. Type the name of the page in the edit field:
Pages in this category
- Dlog-Empty Pulldown Menu
- PROCEDURE D_PullEmptier(pullID: LONGINT);...(more)
- Dlog-Empty Tree Control
- PROCEDURE D_TreeEmptier(d, tree: LONGINT);...(more)
- Dlog-Generic Class-Layer dialog
- FUNCTION D_GenericLayClassDialog(title, staticTxt: STRING; displayType: INTEGER; VAR choiceNum: INTEGER; VAR choiceStr: STRING): BOOLEAN;...(more)
- Dlog-Generic Pulldown dialog by dynarray
- FUNCTION D_GenericPullDialog(title, staticTxt: STRING; pullChoices: DYNARRAY[] OF STRING; VAR choiceNum: INTEGER; VAR choiceStr: STRING): BOOLEAN;...(more)
- Dlog-Generic Pulldown dialog by resource list
- FUNCTION D_GenericListDialog(title, staticTxt: STRING; listID: LONGINT; VAR choiceNum: INTEGER; VAR choiceStr: STRING): BOOLEAN;...(more)
- Dlog-Get PIO parm choice index
- FUNCTION D_GetChoiceIndx(pioName, itemName, choiceStr: STRING): INTEGER;...(more)
- Dlog-Get Pulldown menu choice index
- FUNCTION D_PullIntChoice(pullID: LONGINT): INTEGER;...(more)
- Dlog-Get Pulldown menu choice string
- FUNCTION D_PullStrChoice(pullID: LONGINT): STRING;...(more)
- Dlog-Load user pref LB column sizes
- PROCEDURE D_LoadLBSizes(dID, LBid: LONGINT; XMLcategory, XMLelem: STRING; defaultSizes: STRING);...(more)
- Dlog-Load user pref checkbox
- PROCEDURE D_LoadUserPrefCheck(checkBox: INTEGER; XMLcategory, XMLelem, defVal: STRING);...(more)
- Dlog-Load user pref last used tab
- PROCEDURE D_LoadUserLastTab(dID, tabControl_ID: LONGINT; XMLcategory, XMLelem: STRING);...(more)
- Dlog-Load user pref number
- FUNCTION D_LoadUserPrefNum(XMLcategory, XMLelem: STRING; defVal: REAL): REAL;...(more)
- Dlog-Load user pref pulldown by index
- PROCEDURE D_LoadUserPrefPull(pull_ID: LONGINT; XMLcategory, XMLelem: STRING);...(more)
- Dlog-Load user pref radio
- FUNCTION D_LoadUserPrefRad(XMLcategory, XMLelem: STRING; defaultSel: LONGINT): LONGINT;...(more)
- Dlog-Load user pref string
- FUNCTION D_LoadUserPrefStr(XMLcategory, XMLelem, defVal: STRING): STRING;...(more)
- Dlog-Pulldown menu contains string
- FUNCTION D_StringIsInPull(searchStr: STRING; pullID: LONGINT): INTEGER;...(more)
- Dlog-Pulldown menu divider
- PROCEDURE D_PullDivider(whichPull: LONGINT; whichRow: INTEGER);...(more)
- Dlog-Set PIO parm choice string by index
- PROCEDURE D_SetChoiceIndx(pioOrDocH : HANDLE; pioName, itemName: STRING; choiceIdx: INTEGER);...(more)
- Dlog-Store user pref LB column sizes
- PROCEDURE D_StoreLBSizes(dID, LBid: LONGINT; XMLcategory, XMLelem: STRING);...(more)
- Dlog-Store user pref pulldown by index
- PROCEDURE D_StoreUserPrefPull(pull_ID: LONGINT; XMLcategory, XMLelem: STRING);...(more)
Articles in category "Subroutines - Dialogs"
There are 20 articles in this category.
D |
D cont. |
D cont. |
