Category:Subroutines - List Browsers
From Vectorlab
Standard subroutines for List Browsers.
These scripts do not work as stand-alone.
- NOTE
-
- For using these subroutines you do well to load first the constants stored in LB- All constants.
- For more information about these dialog items please read the article List Browsers.
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-Load user pref LB column sizes
- PROCEDURE D_LoadLBSizes(dID, LBid: LONGINT; XMLcategory, XMLelem: STRING; defaultSizes: STRING);...(more)
- Dlog-Store user pref LB column sizes
- PROCEDURE D_StoreLBSizes(dID, LBid: LONGINT; XMLcategory, XMLelem: STRING);...(more)
- LB-Attributes cell
- PROCEDURE LB_AttrCell(d, LB: LONGINT; row, col: INTEGER; vecFillIndex, r, g, b: LONGINT);...(more)
- LB-Avoid column with zero-width
- PROCEDURE LB_AvoidColZero(d, LB: LONGINT; col: INTEGER; defaultWidth: INTEGER);...(more)
- LB-Color and Style for cell
- PROCEDURE LB_ColorAndStyle(d, LB: LONGINT; row, col, red, green, blue, style: INTEGER);...(more)
- LB-Delete all columns
- PROCEDURE LB_DeleteAllLBcols(d, LB: LONGINT);...(more)
- LB-Enable drag and drop
- PROCEDURE LB_EnableDragCol(d, LB: LONGINT; col: INTEGER);...(more)
- LB-Get event row index
- FUNCTION LB_GetEventRow(d, LB: LONGINT): INTEGER;...(more)
- LB-Get first selected row
- FUNCTION LB_GetFirstSelRow(d, LB: LONGINT; col: INTEGER; VAR LBstr: STRING; VAR LBimg: INTEGER): INTEGER;...(more)
- LB-Get last selected row
- FUNCTION LB_GetLastSelRow(d, LB: LONGINT; col: INTEGER; VAR LBstr: STRING; VAR LBimg: INTEGER): INTEGER;...(more)
- LB-Get number
- FUNCTION LB_GetNum(d, LB: LONGINT; row, col: INTEGER): REAL;...(more)
- LB-Get string
- FUNCTION LB_GetStr(d, LB: LONGINT; row, col: INTEGER): STRING;...(more)
- LB-Insert column
- FUNCTION LB_InsertCol(d, LB: LONGINT; col, colCntrl, dispType, colWidth: INTEGER; colTitle: STRING): INTEGER;...(more)
- LB-Load pulldown menu
- PROCEDURE LB_LoadPull(d, LB, LBcol: LONGINT; pullID :INTEGER);...(more)
- LB-Make image column
- PROCEDURE LB_ImgColumn(d, LB: LONGINT; col: INTEGER);...(more)
- LB-Make math toggle column
- PROCEDURE LB_MakeMathToggleCol(d, LB: LONGINT; col: INTEGER; VAR arr: DYNARRAY[] OF INTEGER);...(more)
- LB-Make number cell at column zero
- FUNCTION LB_NumCellCreate(d, LB: LONGINT; row: INTEGER; num: REAL; howManyPads: INTEGER): INTEGER;...(more)
- LB-Make radio column
- PROCEDURE LB_RadioColumn(d, LB: LONGINT; col: INTEGER);...(more)
- LB-Make selection toggle column
- PROCEDURE LB_MakeSelToggleCol(d, LB: LONGINT; col: INTEGER; VAR checked, unchecked: INTEGER; display: INTEGER);...(more)
- LB-Make toggle column
- PROCEDURE LB_ToggleColumn(d, LB: LONGINT; col, display: INTEGER );...(more)
- LB-Number to Char
- PROCEDURE LB_ResortAlpha(d, LB: LONGINT; col: INTEGER);...(more)
- LB-Reload index
- PROCEDURE LB_ReloadIndx(d, LB: LONGINT; col: INTEGER);...(more)
- LB-Select all rows
- PROCEDURE LB_SetSelAllRows(d, LB: LONGINT; select: BOOLEAN);...(more)
- LB-Set number cell
- FUNCTION LB_NumCellSet(d, LB: LONGINT; row, col: INTEGER; num: REAL; howManyPads: INTEGER): BOOLEAN;...(more)
- LB-Set up List Browser from array
- PROCEDURE LB_SetupFromArray(d, LB: LONGINT; colTitles: DYNARRAY[] OF STRING);...(more)
- LB- All constants
- All constants that you need for List Browsers. Better store them in a separate ".px" file and load it as include in the constant block whenever you use LBs. By Orso B. Schmid...(more)
Articles in category "Subroutines - List Browsers"
There are 26 articles in this category.
DL |
L cont. |
L cont. |
