The Vis type exposes the following members.

Methods

  NameDescription
Public methodStatic memberArrayAppend
Appends one array to the end of another array.
Public methodStatic memberArrayCopy
Copies the source array to the target array.
Public methodStatic memberArrayDeleteItem
Deletes an item from an array.
Public methodStatic memberArrayFillDateTime
Fills a Date/Time array with the specified date/time value.
Public methodStatic memberArrayFillNumber
Fills a Date/Time array with the specified numeric value.
Public methodStatic memberArrayFillString
Fills a Date/Time array with the specified string value.
Public methodStatic memberArrayFindDateTime
Locates a date/time value within an array.
Public methodStatic memberArrayFindNumber(SalArray<(Of <<'(SalBoolean>)>>), SalBoolean)
Locates a numeric value within an array.
Public methodStatic memberArrayFindNumber(SalArray<(Of <<'(SalNumber>)>>), SalNumber)
Locates a numeric value within an array.
Public methodStatic memberArrayFindString
Locates a string value within an array.
Public methodStatic memberArrayInsertItem
nNumItems VisArrayInsertItem( hArray, nIndex, nDataType )
Public methodStatic memberArraySort
nNumItems VisArraySort( hArray, nSortOrder, nDataType )
Public methodStatic memberDebugAssert Obsolete.
Not supported.
Public methodStatic memberDebugBeginTime Obsolete.
Not supported.
Public methodStatic memberDebugEndTime Obsolete.
Not supported.
Public methodStatic memberDebugGetFlags Obsolete.
Not supported.
Public methodStatic memberDebugSetFlags Obsolete.
Not supported.
Public methodStatic memberDebugSetLevel Obsolete.
Not supported.
Public methodStatic memberDebugSetTime Obsolete.
Not supported.
Public methodStatic memberDebugString Obsolete.
Not supported.
Public methodStatic memberDosBuildFullName
Composes a full path by combining the current directory and the specified file name.
Public methodStatic memberDosEnumDirInfo
Returns information about the directories selected using the specified wildcard.
Public methodStatic memberDosEnumDirs
Enumerates all the directories using the specified wildcard.
Public methodStatic memberDosEnumDrives
Enumerates all the logical drives.
Public methodStatic memberDosEnumFileInfo
Returns information for the files selected using the specified wildcard.
Public methodStatic memberDosEnumFiles
Enumerates all the files using the specified wildcard.
Public methodStatic memberDosEnumNetConnections
Enumerates all the network connections.
Public methodStatic memberDosEnumPath
Enumerates all the paths in the PATH environment variable.
Public methodStatic memberDosExist
Checks if the specified directory exists.
Public methodStatic memberDosGetCurDir
Returns the current directory.
Public methodStatic memberDosGetDriveSize
Returns the size of the specified drive.
Public methodStatic memberDosGetDriveType
Returns the type of the specified drive.
Public methodStatic memberDosGetEnvString
sEnvString VisDosGetEnvString (sKeyName)
Public methodStatic memberDosGetFlags Obsolete.
nFlags VisDosGetFlags ()
Public methodStatic memberDosGetNetName
Retrieves the name of the network resource associated with a local device.
Public methodStatic memberDosGetVersion
bVersionNumber VisDosGetVersion( )
Public methodStatic memberDosGetVolumeLabel
Returns the volume label of the specified drive.
Public methodStatic memberDosIsParent
bOk VisDosIsParent (sDirSpec)
Public methodStatic memberDosMakeAllDir
nErrCode VisDosMakeAllDir( sDir )
Public methodStatic memberDosMakePath
sFileSpec VisDosMakePath (sDrive, sDir, sBase, sExt)
Public methodStatic memberDosNetConnect
Makes a connection to a network resource.
Public methodStatic memberDosNetDisconnect
nErrCode VisDosNetDisconnect( sDevice, bForce )
Public methodStatic memberDosSetFlags Obsolete.
Not supported.
Public methodStatic memberDosSetVolumeLabel
Sets the label of a file system volume.
Public methodStatic memberDosSplitPath
Splits a full path specification into the drive letter, the directory name, and the file name.
Public methodStatic memberErrorRecovery
Displays an error message and allows user to retry the operation or halt the application.
Public methodStatic memberFileAppend
File functions nErrCode VisFileAppend( sSourceFile, sTargetFile )
Public methodStatic memberFileClose
nErrCode VisFileClose( hFile )
Public methodStatic memberFileCopy
nErrCode VisFileCopy( sSourceFile, sTargetFile )
Public methodStatic memberFileCreateTemp
sTempName VisDosGetTempFileName( sPrefix )
Public methodStatic memberFileDelete
nNumDeleted VisFileDelete( sFileName )
Public methodStatic memberFileExpand Obsolete.
Copies a compressed source file to a destination file.
Public methodStatic memberFileFind
SalString VisFileFind (sFileName)
Public methodStatic memberFileGetAttribute
nAttribute VisFileGetAttribute( sFileName )
Public methodStatic memberFileGetSize
nFileSize VisFileGetSize( sFileName )
Public methodStatic memberFileGetType
nFileType VisFileGetType( sFileName )
Public methodStatic memberFileOpen
Creates or opens a file. This function searches the following directories: - Current directory - Windows or Windows System directories - Directory containing the currently running executable - Directories in PATH environment variable
Public methodStatic memberFileRead
Reads a block of data from a file.
Public methodStatic memberFileReadString
Reads a text line from a text file into a string. The text file must indicate the end of each line by carriage return/line feed (CR/LF) characters. The CR/LF characters are removed from the string.
Public methodStatic memberFileRename
Renames one or more files. Wildcard characters are supported in both the source and target file names. If the source and target directories are different but the file names are the same, the files are moved to the target directory specified.
Public methodStatic memberFileSeek
nErrCode VisFileSeek( hFile, nOffset, nOrigin )
Public methodStatic memberFileSetAttribute
nErrCode VisFileSetAttribute( sFileName, nAttributes, bState )
Public methodStatic memberFileSetDateTime
nErrCode VisFileSetDateTime( sFileName, dtDateTime )
Public methodStatic memberFileTell
nOffset VisFileTell( hFile )
Public methodStatic memberFileWrite
nErrCode VisFileWrite( hFile, sBuffer, nSize )
Public methodStatic memberFileWriteString
nErrCode VisFileWriteString( hFile, sLine )
Public methodStatic memberFontEnum
Enumerates all the installed fonts.
Public methodStatic memberFontFree
Release the font handle.
Public methodStatic memberFontGet
Returns the information for the specified font handle.
Public methodStatic memberFontLoad
Loads the specified font.
Public methodStatic memberGetCommonDir
Retrieves the current directory of a common dialog listbox or combobox.
Public methodStatic memberGetCopyright
Retrieves a copyright string.
Public methodStatic memberGetKeyState
Retrieves the state of a specified key.
Public methodStatic memberGetSystemMetrics
Retrieves various system metrics (widths and heights of display elements) and system configuration settings.
Public methodStatic memberGetVersion
sVersion VisGetVersion( )
Public methodStatic memberGetWinFlags Obsolete.
Not supported.
Public methodStatic memberGetWinVersion
nVersion VisGetWinVersion( )
Public methodStatic memberListAddColor
Adds an item to the list and displays it in the specified color.
Public methodStatic memberListAddColorValue
Adds an item to the list, displays it in the specified color and associates the specified value with the item.
Public methodStatic memberListAddFont
Adds an item to the list control and displays it in the specified font.
Public methodStatic memberListAddFontValue
Adds an item to the list control, displays it in the specified font and associates the specified value to the item.
Public methodStatic memberListAddPicture
Adds an item to the list control and specified an image for the normal and selected state.
Public methodStatic memberListAddPictureValue
Adds an item to the list control and specified an image for the normal and selected state, and a value to associate with the item.
Public methodStatic memberListAddValue
Adds an item to a sorted list box or combo box and associates the specified value with the item.
Public methodStatic memberListArrayPopulate
Populates a list box from a string array.
Public methodStatic memberListArrayPopulateValue
Populates a list box from a string and a value array.
Public methodStatic memberListClearSelection
Unselects all selected items in a list box or combo box.
Public methodStatic memberListCollapse
Collapses all descendent items.
Public methodStatic memberListDeleteChild
Deletes the child item from the tree control.
Public methodStatic memberListDeleteDescendents
Deletes all descendants (children, grandchildren, and so on) of the specified child.
Public methodStatic memberListDeleteSelected
Deletes all selected items from a list box or combo box.
Public methodStatic memberListDemote
Moves an item and all descendants of the item right in the outline.
Public methodStatic memberListDisableItem
Public methodStatic memberListDragDrop
Public methodStatic memberListEnableItem
Enables the specified item and sets the specified color.
Public methodStatic memberListEnumChildren
Enumerates child item handles for a specified item.
Public methodStatic memberListEnumDescendents
Enumerates descendent (children, grandchildren, and so on) item handles for a specified item.
Public methodStatic memberListExpand
Expands an outline one level at the index specified.
Public methodStatic memberListExpandDescendents
Displays all descendants of an item.
Public methodStatic memberListFindItemValue
Public methodStatic memberListFindString
Finds the first string that matches the specified text in a list box or combo box. The search is not case sensitive but requires an exact match of all characters.
Public methodStatic memberListFindValue
Finds the first value that matches the specified value in a list box or combo box.
Public methodStatic memberListFreeChild
Frees memory for the item specified and for all its descendants.
Public methodStatic memberListFreeDescendents
Frees memory for all descendants of the item specified.
Public methodStatic memberListGetColor
Returns the current color of the list item.
Public methodStatic memberListGetDropdownState
Determines whether the list box portion of a combo box is visible.
Public methodStatic memberListGetFlags
Returns the ITEM_* flags for the specified list item.
Public methodStatic memberListGetFocusIndex
Gets the index of the item which has the focus rectangle or the last item to receive the focus frame in a multiple-selection list box.
Public methodStatic memberListGetFont
Returns the current font of the list control item.
Public methodStatic memberListGetIndexFromPoint
nIndex VisListGetIndexFromPoint( hWndList, nXPos, nYPos )
Public methodStatic memberListGetItemColor
Retrieves the color associated with an outline item.
Public methodStatic memberListGetItemData
Returns information about the specified item.
Public methodStatic memberListGetItemFlags
nItemFlags VisListGetItemFlags( hItem )
Public methodStatic memberListGetItemFont
Retrieves the font associated with an outline item.
Public methodStatic memberListGetItemHandle
Public methodStatic memberListGetItemIndex
Returns the index of the specified outline item.
Public methodStatic memberListGetItemPicture
Returns the pictures for the outline item.
Public methodStatic memberListGetItemText
Returns the text for the outline item.
Public methodStatic memberListGetItemValue
Returns the value saved with the outline item.
Public methodStatic memberListGetLevel
Returns the level number for an outline item.
Public methodStatic memberListGetNextSibling
Retrieves the item handle for the next sibling of the specified item.
Public methodStatic memberListGetParent
Retrieves the item handle for the parent of the specified item.
Public methodStatic memberListGetPicture
Returns the pictures associated with the item.
Public methodStatic memberListGetPrevSibling
Retrieves the item handle for the previous sibling of the specified item.
Public methodStatic memberListGetRoot
Returns the handle for the root node.
Public methodStatic memberListGetStyle
Returns the LBS_* style for the specified control.
Public methodStatic memberListGetText
Returns the text of the list item.
Public methodStatic memberListGetTextRectangle
bOk VisListGetTextRectangle( hWndTable, nIndex, nTop, nLeft, nBottom, nRight )
Public methodStatic memberListGetValue
Returns the value associated to the list item.
Public methodStatic memberListGetVisibleRange
Retrieves the indexes of both the first visible item and the last visible item in a list box.
Public methodStatic memberListInsertColor
Inserts an item to the list control at the specified position and displays it in the specified color.
Public methodStatic memberListInsertColorValue
Inserts an item to the list control at the specified position, displays it in the specified color and associates the specified value to the item.
Public methodStatic memberListInsertFont
Adds an item to a list control at the specified index and displays it in the specified font.
Public methodStatic memberListInsertFontValue
Adds an item to the list control, displays it in the specified font, and associates the specified value with the item.
Public methodStatic memberListInsertPicture
Inserts an item at the specified postion and specifies an image for the normal and selected state.
Public methodStatic memberListInsertPictureValue
Inserts an item at the specified postion and specifies an image for the normal and selected state, and associates a value to the item.
Public methodStatic memberListInsertValue
Inserts an item into an unsorted list box or combo box and associates the specified value with the item.
Public methodStatic memberListIsMultiSelect
Returns true if the listbox is multiselect.
Public methodStatic memberListLoadChild
Inserts an item as the last child of the specified parent.
Public methodStatic memberListLoadChildren
hItem VisListLoadChildren( hWnd, hItemParent, hPicNormal, hPicSelect, sText[*], nValue[*], nItemFlags[*] )
Public methodStatic memberListLoadOutline
hItem VisListLoadOutline( hWnd, sBlob )
Public methodStatic memberListLoadOutlineFile
hItem VisListLoadOutlineFile( hWnd, sFileName, hPicParentNormal, hPicParentSelect, hPicChildNormal, hPicChildSelect )
Public methodStatic memberListLoadSibling
hItem VisListLoadSibling( hWnd, hItemBefore, hPicNormal, hPicSelect, sText, nValue, nItemFlags )
Public methodStatic memberListMoveDown
bOk VisListMoveDown( hWnd, nIndex )
Public methodStatic memberListMoveUp
bOk VisListMoveUp( hWnd, nIndex )
Public methodStatic memberListPromote
bOk VisListPromote( hWnd, nIndex, hpicNormal, hpicSelect )
Public methodStatic memberListSaveOutline
nErrCode VisListSaveOutline( hWnd, sBlob )
Public methodStatic memberListScroll
Scrolls an item into view.
Public methodStatic memberListSetColor
Sets the color of a list item.
Public methodStatic memberListSetDropdownState
Shows or hides the list box portion of a combo box.
Public methodStatic memberListSetFlags
Sets the ITEM_* flags for the specified list item.
Public methodStatic memberListSetFocusIndex
Sets the focus rectangle to the item at the specified index in a multiple-selection list box. If the item is not visible, it is scrolled into view.
Public methodStatic memberListSetFont
Sets the font of the list control item.
Public methodStatic memberListSetIndent
bOk VisListSetIndent( hWnd, nIndent )
Public methodStatic memberListSetItemColor
Sets the color of the outline item.
Public methodStatic memberListSetItemData
Updates the specified item.
Public methodStatic memberListSetItemFlags
bOk VisListSetItemFlags( hItem, nItemFlags, bState )
Public methodStatic memberListSetItemFont
Sets the font of the outline item.
Public methodStatic memberListSetItemPicture
Sets the picture of a list item
Public methodStatic memberListSetItemText
Sets the text of the outline item.
Public methodStatic memberListSetItemValue
Sets the value associated to the outline item.
Public methodStatic memberListSetOutlineRedraw
bOk VisListSetOutlineRedraw
Public methodStatic memberListSetPicture
Changes the normal and selected images for the specified item.
Public methodStatic memberListSetScrollWidth
Sets the width by which a list box can be scrolled horizontally.
Public methodStatic memberListSetStyle
Sets the LBS_* style of the specified control.
Public methodStatic memberListSetText
Changes the text of the list item at the specified index.
Public methodStatic memberListSetValue
Changes the value of the list item at the specified index.
Public methodStatic memberListShowOutline
Expands list items up to the specified level.
Public methodStatic memberMenuCheck
Checks the menu.
Public methodStatic memberMenuDelete
Removes the menu at the requested position.
Public methodStatic memberMenuDisable
Disables the menu.
Public methodStatic memberMenuEnable
Enables the menu.
Public methodStatic memberMenuGetCount
Returns the number of items in the specified menu.
Public methodStatic memberMenuGetHandle
Returns the handle of the main menu of the specified form.
Public methodStatic memberMenuGetPopupHandle
Retrieves the menu handle of a pop-up menu.
Public methodStatic memberMenuGetSystemHandle Obsolete.
Not supported.
Public methodStatic memberMenuGetText
Retrieves the text of a menu item.
Public methodStatic memberMenuInsert
Inserts a menu item into a menu.
Public methodStatic memberMenuInsertFont
Inserts a menu item into a menu and displays it in the specified font.
Public methodStatic memberMenuInsertPicture
Inserts a menu item into a menu and displays the specified picture with it.
Public methodStatic memberMenuIsChecked
Returns true if the menu is checked.
Public methodStatic memberMenuIsEnabled
Returns true if the menu is enabled.
Public methodStatic memberMenuSetFont
Changes the font of a menu item created using the PPJ.
Public methodStatic memberMenuSetPicture
Displays a picture in a menu item created using the PPJ runtime.
Public methodStatic memberMenuSetText
Changes the text of a menu item.
Public methodStatic memberMenuUncheck
Unchecks a menu item.
Public methodStatic memberMessageBox
Displays a message box with user defined buttons.
Public methodStatic memberMessageFreeButton
Frees the previously created MessageBox button.
Public methodStatic memberMessageLoadButton
Creates a button to be used in the MessageBox.
Public methodStatic memberMessageSetBkgdColor
Sets the background color for the customized message box.
Public methodStatic memberNumberBitClear
nResult VisNumberBitClear( nValue, nBitMask )
Public methodStatic memberNumberBitSet
nResult VisNumberBitSet( nValue, nBitMask )
Public methodStatic memberNumberChoose
nReturn VisNumberChoose( bExpression, nTrue, nFalse )
Public methodStatic memberNumberHighByte
nHighByte VisNumberHighByte( nNumber )
Public methodStatic memberNumberLowByte
nLowByte VisNumberLowByte( nNumber )
Public methodStatic memberNumberMakeLong
nLong VisNumberMakeLong( nLowWord, nHighWord )
Public methodStatic memberPicFree
Removes a picture and frees it's memory.
Public methodStatic memberPicLoad
Loads a picture into memory from a resource DLL/EXE, image file (.BMP or .ICO), SalResource or string.
Public methodStatic memberPopulateCommonDir
Adds all directories to a listbox or combobox.
Public methodStatic memberPopulateDirTree
Populates the tree control with the specified directories.
Public methodStatic memberPopulateDrives
Adds all available drives to a listbox or combobox.
Public methodStatic memberPopulateFontNames
Populates the control with the names of all the fonts.
Public methodStatic memberProfileDelete
Deletes an entire section or a specific key from the specified ini file.
Public methodStatic memberProfileEnumStrings
Retrieves all the keys for the specified section of an initialization file.
Public methodStatic memberSendMsgString
Sends a message and passes a string in the lParam.
Public methodStatic memberSetCommonDir
Changes the current directory of a common dialog listbox or combobox.
Public methodStatic memberStrChoose
sReturn VisStrChoose( bExpression, sTrue, sFalse )
Public methodStatic memberStrExpand
sReturn VisStrExpand( sTemplate, hArray )
Public methodStatic memberStrFind
VisStrFind looks up a Key in the string table identified by Handle and returns the value
Public methodStatic memberStrFreeTable
bOk VisStrFreeTable( hTable )
Public methodStatic memberStrLeftTrim
sReturn VisStrLeftTrim( sSource )
Public methodStatic memberStrLoadTable
Public methodStatic memberStrPad
sReturn VisStrPad( sSource, nSize )
Public methodStatic memberStrProper
sReturn VisStrProper( sSource )
Public methodStatic memberStrRightTrim
sReturn VisStrRightTrim( sSource )
Public methodStatic memberStrScanReverse
nPos VisStrScanReverse( sSource, nPos, sSearch )
Public methodStatic memberStrSubstitute
sReturn VisStrSubstitute( sSource, sSearch, sReplace )
Public methodStatic memberStrTrim
sReturn VisStrTrim( sSource )
Public methodStatic memberTblAllRows
Determines whether any rows in the specified table window match certain flags.
Public methodStatic memberTblAutoSizeColumn(Control, Control)
Performs a best fit on the display contents of a specific column.
Public methodStatic memberTblAutoSizeColumn(Control, Control, Int32)
Public methodStatic memberTblClearColumnSelection
Public methodStatic memberTblFindDateTime
Finds a DateTime in the table control.
Public methodStatic memberTblFindNumber
Finds a number in the table control.
Public methodStatic memberTblFindString
Finds a string in the table control.
Public methodStatic memberTblGetCell
Retrieves the contents of a cell in a table window.
Public methodStatic memberTblGetColumnTitle
Retrieves the contents of a column heading.
Public methodStatic memberTblSetRowColor
Sets the text color for an entire row of a table window.
Public methodStatic memberTblSetRowPicture
Sets the picture for a bit flag of a table window.
Public methodStatic memberWaitCursor
Turns hourglass cursor on or off.
Public methodStatic memberWinClearAllEditFlags
Clears the field edit flags for each data field or multi-line text field of a parent window.
Public methodStatic memberWinClearAllFields
nNumCleared VisWinClearAllFields( hWndParent )
Public methodStatic memberWinEnumProps
Public methodStatic memberWinFreeAccelerator
Removes the accelerator.
Public methodStatic memberWinGetFlags
nWinFlags VisWinGetFlags( hWnd )
Public methodStatic memberWinGetHandle
Obtains the control of the requested type and text.
Public methodStatic memberWinGetProp
Public methodStatic memberWinGetStyle
Retrieves the Windows style bits for a specified window.
Public methodStatic memberWinGetText
Obtains the text of a window.
Public methodStatic memberWinIsChild
Tests whether a specified window is a child or direct descendant of a parent window.
Public methodStatic memberWinIsMaximized
Determines whether a window is maximized.
Public methodStatic memberWinIsMinimized
Determines whether the specified window is minimized (iconic).
Public methodStatic memberWinIsRequiredFieldNull
Returns the first required field that is empty.
Public methodStatic memberWinIsRestored
Determines whether the specified window is in the normal state.
Public methodStatic memberWinIsWindow
Determines whether the specified window handle identifies an existing window.
Public methodStatic memberWinLoadAccelerator
Sets an accelerator keystroke for a window.
Public methodStatic memberWinMove
Moves and resizes a window, based on pixel coordinates.
Public methodStatic memberWinRemoveProp
Public methodStatic memberWinSetFlags
bOk VisWinSetFlags( hWnd, nWinFlags, bState )
Public methodStatic memberWinSetMeter
Sets the position of the meter.
Public methodStatic memberWinSetProp
Public methodStatic memberWinSetStyle
Adds/Removes a window style to a window.
Public methodStatic memberWinSetTabOrder
Changes the tab order of a control.
Public methodStatic memberWinShow
bOk VisWinShow( hWnd, nShowCmd )

See Also