VisOutlineListBox
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
PPJ.Runtime.Vis.VisOutlineListBox
Last updated
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.49 (4.9.0.0)
Default Constructor.
: Multiple Inheritance: Wrapper property.
Adds an item to the list and displays it in the specified color.
sText
nColor
Adds an item to the list, displays it in the specified color and associates the specified value with the item.
sText
nColor
nValue
Adds an item to the list control and displays it in the specified font.
sText
hFont
Adds a new item with the specified font and value.
sText
hFont
nValue
Adds a string to a list box or combo box.
sName
Adds an item to the list control and specified an image for the normal and selected state.
sText
hPicNormal
hPicSelect
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.
sText
hPicNormal
hPicSelect
nValue
Brings a window to the top of all overlapping windows.
Centers a window. If the window is a top-level window, it centers it on the desktop. If the window is a child window, it centers it on top of its parent.
Clears the value from a data field, multiline field, or table window column.
Clears a window's cursor.
nType
Deletes all entries from a list box or combo box.
Collapses all descendant items.
nIndex
Deletes the child item from the tree control.
nIndex
Deletes all descendants (children, grandchildren, and so on) of the specified child.
nIndex
Deletes a list box or combo box entry.
nIndex
Moves an item and all descendants right in the outline by making the item become the last child of the previous sibling.
nIndex
hPicNormal
hPicSelect
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
Disables the specified item.
nIndex
nColor
Disables keyboard and mouse input to a window. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
Disables keyboard and mouse input to a window and grays out its associated label. A label is the label control that immediately precedes the window in the outline. The label control must have a mnemonic. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
Moves the source item to the new location, providing support for dragging tree items.
nSourceIndex
hWndTarget
nTargetIndex
nDropMode
Enables the specified item.
nIndex
nColor
Enables keyboard and mouse input to a window.
Enables keyboard and mouse input to a window and enables its associated label as well. A label is the label control that immediately precedes the window in the outline.
Enumerates child item handles for a specified item.
hItem
hItems
Enumerates descendant (children, grandchildren, and so on) item handles for a specified item.
hItemParent
hItems
Expands an outline one level at the index specified.
nIndex
Displays all descendants of an item.
nIndex
This function finds a child window of a given name in the specified window.
sWindowName
Finds the item with the specified value in the descendants of the specified node.
hItem
nValue
Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.
nFormUnits
bVertical
Frees memory for the item specified and for all its descendants.
hItemChild
Frees memory for all descendants of the item specified.
hItemParent
Returns the control associated with the handle.
hWnd
Return the name of a window's class as a string.
Returns the current color of the list item.
nIndex
Returns an object's type.
Returns a data field's or table window column's data type.
Returns the handle of the first child window of the specified type. You can use this function to get the handles of MDI child windows.
nTypeMask
Returns the item's flags.
nIndex
sName
nSize
nEnhancement
Returns the current font of the list control item.
nIndex
Retrieves the color associated with an outline item.
hItem
hItem
sText
nValue
nItemFlags
Returns the items's flags.
hItem
Retrieves the font associated with an outline item.
hItem
Retrieves the item handle based on an index specified.
nIndex
Retrieves the index associated with an outline item based on an item handle.
hItem
hItem
hPicNormal
hPicSelect
Returns the text for the outline item.
hItem
Returns the value saved with the outline item.
hItem
Retrieves the window handle of the label (label control) that is associated with the hWndTarget parameter. There must be a mnemonic in that label, and it must immediately precede hWndTarget in the outline, or this function will fail.
sText
nMaxLength
Retrieves the text of the label associated to a control. Important: The label control does not require a mnemonic for the functions listed above to operate.
nMaxLength
Returns the indentation level of the specified item.
hItem
Returns the number of list box or combo box entries.
Determines whether the specified list box or combo box entry is selected.
nIndex
nIndex
sText
Returns the text of the specified item.
nIndex
Returns the length of a list box or combo box entry.
nIndex
Returns the index of the selected entry in a combo box or single-selection list box.
Returns an array of index numbers of selected list box entries.
nSelectedArray
Returns the number of selected entries in a multiple-selection list box. Specify single- or multiple-selection in the list box's customizer.
nX
nY
sText
Gets the name of an object.
Returns the handle of the next child window that matches a specified type.
nTypeMask
Retrieves the item handle for the next sibling of the specified item.
hItem
Returns the handle of an object's parent window.
Retrieves the item handle for the parent of the specified item.
hItem
nIndex
hPicNormal
hPicSelect
Retrieves the item handle for the previous sibling of the specified item.
hItem
sName
sValue
Gets the value of a named property.
sName
Returns the handle for the root node.
nWidth
nHeight
Returns the style flags for the control.
sText
nMaxLen
Retrieves the text of a window.
nMaxLen
Gets a window's color.
nColorIndex
Returns a window's current state.
Hides a window.
Hides a window and its associated label.
Inserts an item to the list control at the specified position and displays it in the specified color.
nIndex
sText
nColor
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.
nIndex
sText
nColor
nValue
Adds an item to a list control at the specified index and displays it in the specified font.
nIndex
sText
hFont
Adds an item to the list control, displays it in the specified font, and associates the specified value with the item.
nIndex
sText
hFont
nValue
Inserts an entry into a list box or combo box at a specified position.
nIndex
sAdd
Inserts an item at the specified position and specifies an image for the normal and selected state.
nIndex
sText
hPicNormal
hPicSelect
Inserts an item at the specified position and specifies an image for the normal and selected state, and associates a value to the item.
nIndex
sText
hPicNormal
hPicSelect
nValue
Causes a window to be repainted.
Determines whether a window is an instance of the specified class.
tClass
Determines whether a window is enabled for mouse and keyboard input.
Returns the setting of the Field Edit Flag for a data field, multiline field, combo box, table window's context row cell, or picture.
Determines whether a window is currently visible.
Destroys an object's system timer.
nIDEvent
Inserts an item as the last child of the specified parent.
hItemParent
hPicNormal
hPicSelect
sText
nValue
nItemFlags
Inserts multiple items as the last children of the specified parent item.
hItemParent
hPicNormal
hPicSelect
sTexts
nValues
nItemFlags
Deserializes the entire outline tree from the specified string.
sBlob
Loads the serialized outline structure from the file and creates the new items as children of the specified node.
sFileName
hPicParentNormal
hPicParentSelect
hPicChildNormal
hPicChildSelect
Loads a new tree node as a sibling of the specified item.
hItemBefore
hPicNormal
hPicSelect
sText
nValue
nItemFlags
Moves the specified item down one position in the tree.
nIndex
Moves an item and its descendants up in the list.
nIndex
Moves a window a given number of form units on the X and Y axes relative to its current position.
nXOffset
nYOffset
Computes the number of form units based on the number of pixels. Form units are a unit of measurement used by functions that move and position objects. Form units are computed using physical units (pixels) in conjunction with a window's font sizes.
nNumPixels
bVertical
Populates a list box or combo box with a result set. SalListPopulate overrides any settings made with SalListSetTabs. If the SELECT statement returns data from multiple columns, each column's data displayed in a list box is separated by tabs. However, due to a Microsoft Windows limitation, each column's data displayed in a combo box is separated by a single '|' character. There is no space between one column's data, the separator character, and another column's data.
hSql
sSelect
errorHandler
Populates a list box or combo box with a result set. SalListPopulate overrides any settings made with SalListSetTabs. If the SELECT statement returns data from multiple columns, each column's data displayed in a list box is separated by tabs. However, due to a Microsoft Windows limitation, each column's data displayed in a combo box is separated by a single '|' character. There is no space between one column's data, the separator character, and another column's data.
hSql
sSelect
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
nMsg
nMywParam
nMylParam
Moves an item and its descendants left in the outline by making it the last sibling of the parent item.
nIndex
hPicNormal
hPicSelect
sBlob
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
nMsg
nMywParam
nMylParam
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
nMsg
nMywParam
nMylParam
Sets the color of a list item.
nIndex
nColor
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
sMenuName
nFlags
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
menuType
nFlags
Sets a window's cursor.
nResourceId
nType
Sets a window's cursor from a string variable.
sBlob
nType
Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.
sFile
nType
Sets the item's flags.
nIndex
nFlags
bState
Sets the focus to a specified window.
Sets a window's font, font size, and font enhancements.
sName
nSize
nEnhancement
Sets the font of the list control item.
nIndex
hFont
Sets the color of the outline item.
hItem
nColor
Updates the specified item.
hItem
sText
nValue
nItemFlags
Sets the item's flags.
hItem
nFlags
bState
Sets the font of the outline item.
hItem
hFont
Assigns new bitmaps to the specified item.
hItem
hPicNormal
hPicSelect
Sets the text of the outline item.
hItem
sText
Sets the value associated to the outline item.
hItem
nValue
Sets the text of the associated label control.
sText
Selects or deselects a combo box or single-selection list box entry.
nIndex
Selects or deselects a combo box or multiple-selection list box entry.
nIndex
bSelect
Finds and selects a combo box or single-selection list box entry.
nIndexStart
sText
Moves a window to a new position (x, y) on the X and Y axes.
nX
nY
Sets or clears the field edit flag for an editable data field, combo box, multiline text field, table window column, or picture.
bSet
Enables or disables drawing.
bState
Changes the normal and selected images for the specified item.
nIndex
hPicNormal
hPicSelect
Sets the value of a named property.
sName
sValue
nLength
Resizes a window.
nWidth
nHeight
Sets the style flags for the control.
nStyle
Sets the text of a window.
sText
Creates a system timer for a given object. When a timer event occurs, sends SAM_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created.
nIDEvent
nElapseMilliSec
Sets a window's color.
nColorIndex
nColor
Expands list items up to the specified level.
nLevel
Makes a window visible.
Makes a window and its associated label visible. A label is the label control that immediately precedes the window in the outline.
Creates pop-up menus at runtime.
sMenuName
nFlags
nX
nY
callback
Creates pop-up menus at runtime.
menuType
nFlags
nX
nY
callback
Forces the update of a window.
Displays directory tree in a listbox similar to Win95
Displays directory tree outline in a listbox.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Returns/Sets the label associated with this control.
: Returns the collection of named properties.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
: Multiple Inheritance: Wrapper property.
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .
Returns: .