VisListView

PPJ.Runtime.Vis.VisListView

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Web.Vis.49 (4.9.0.0)

ListView control

public class VisListView : ListView, ISalWindow

Constructors

Default Constructor.

Properties

SalNamedProperties: Returns the collection of named properties.

Methods

Adds an image to control's internal ImageLists.

ParameterTypeDescription

hpicLarge

hpicSmall

Returns: SalNumber.

Assigns columns to be used for 'details' view.

ParameterTypeDescription

saTitles

naAlignments

naWidths

nNumColumns

Returns: SalBoolean.

Brings a window to the top of all overlapping windows.

Returns: SalBoolean.

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.

Returns: SalBoolean.

Clears a window's cursor.

ParameterTypeDescription

nType

Returns: SalBoolean.

Removes all items from the control.

Returns: SalBoolean.

Removes an item from control and returns count of remaining items.

ParameterTypeDescription

nItem

Returns: SalNumber.

Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.

Returns: SalBoolean.

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.

Returns: SalBoolean.

Enables keyboard and mouse input to a window.

Returns: SalBoolean.

Ensures that an item is visible

ParameterTypeDescription

nItem

fPartialOK

Returns: SalBoolean.

This function finds a child window of a given name in the specified window.

ParameterTypeDescription

sWindowName

Returns: SalWindowHandle.

Searches for an item by text or position.

ParameterTypeDescription

nFlags

sItemText

nItemStart

Returns: SalNumber.

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.

ParameterTypeDescription

nFormUnits

bVertical

Returns: SalNumber.

Returns the control associated with the handle.

ParameterTypeDescription

hWnd

Returns: VisListView.

Retrieves array of all selected items and returns count.

ParameterTypeDescription

naSelections

Returns: SalNumber.

Retrieves the color used for the control's overall background.

Returns: SalNumber.

Return the name of a window's class as a string.

Returns: SalString.

ParameterTypeDescription

nColumn

sTitle

nAlignment

nWidth

Returns: SalBoolean.

ParameterTypeDescription

nColumn

Returns: SalNumber.

Retrieves a column's text.

ParameterTypeDescription

nColumn

Returns: SalString.

Retrieves a column's width.

ParameterTypeDescription

nColumn

Returns: SalNumber.

Returns an object's type.

Returns: SalNumber.

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.

ParameterTypeDescription

nTypeMask

Returns: SalWindowHandle.

Retrieves index of item with input focus.

Returns: SalNumber.

ParameterTypeDescription

sName

nSize

nEnhancement

Returns: SalBoolean.

Retrieves the number of images in control.

Returns: SalNumber.

ParameterTypeDescription

nItem

nSubItem

sItemText

nItemValue

nImage

Returns: SalBoolean.

Retrieves the number of items in control.

Returns: SalNumber.

Retrieves an item's state.

ParameterTypeDescription

nItem

nMask

Returns: SalNumber.

Retrieves an item's text.

ParameterTypeDescription

nItem

nSubItem

Returns: SalString.

Retrieves an item's user data.

ParameterTypeDescription

nItem

Returns: SalNumber.

ParameterTypeDescription

nX

nY

Returns: SalBoolean.

ParameterTypeDescription

sText

Returns: SalBoolean.

Gets the name of an object.

Returns: SalString.

Returns the handle of the next child window that matches a specified type.

ParameterTypeDescription

nTypeMask

Returns: SalWindowHandle.

Searches for an item by sequence, relation or state.

ParameterTypeDescription

nItem

nFlags

Returns: SalNumber.

Returns the handle of an object's parent window.

Returns: SalWindowHandle.

ParameterTypeDescription

sName

sValue

Returns: SalBoolean.

Gets the value of a named property.

ParameterTypeDescription

sName

Returns: SalString.

Retrieves the number of selected items in control.

Returns: SalNumber.

Returns: SalNumber.

ParameterTypeDescription

nWidth

nHeight

Returns: SalBoolean.

Retrieves default sort column (subitem.)

Returns: SalNumber.

Retrieves default sort order (ascending/descending)

Returns: SalNumber.

ParameterTypeDescription

sText

nMaxLen

Returns: SalNumber.

Retrieves the text of a window.

ParameterTypeDescription

nMaxLen

Returns: SalString.

Retrieves the color used for item and subitem text background.

Returns: SalNumber.

Retrieves the color used for item and subitem text.

Returns: SalNumber.

Gets a window's color.

ParameterTypeDescription

nColorIndex

Returns: SalNumber.

Returns a window's current state.

Returns: SalNumber.

Hides a window.

Returns: SalBoolean.

Inserts a new item into control and supplies subitem text for item.

ParameterTypeDescription

nItem

saText

nImage

Returns: SalNumber.

Inserts a new item in control, copies picture into control and uses copy for new item.

ParameterTypeDescription

nItem

saText

hpicLarge

hpicSmall

Returns: SalNumber.

Inserts a new item into control and supplies subitem text for item; also assigns user data for item.

ParameterTypeDescription

nItem

saText

nItemValue

nImage

Returns: SalNumber.

Inserts a new item into control and supplies subitem text for item; also assigns user data for item.

ParameterTypeDescription

nItem

saText

nItemValue

hpicLarge

hpicSmall

Returns: SalNumber.

Inserts an item in control and returns index of new item or -1 if unsuccessful.

ParameterTypeDescription

nItem

sText

nImage

Returns: SalNumber.

Inserts a new item in control, copies picture into control and uses copy for new item. Returns index of new item or -1 if unsuccessful.

ParameterTypeDescription

nItem

sText

hpicLarge

hpicSmall

Returns: SalNumber.

Inserts a new item in control and assigns user data for item. Returns index of new item or -1 if unsuccessful.

ParameterTypeDescription

nItem

sText

nItemValue

nImage

Returns: SalNumber.

Inserts a new item in control, copies picture into control and uses copy for new item. Also assigns user data for item. Returns index of new item or -1 if unsuccessful.

ParameterTypeDescription

nItem

sText

nItemValue

hpicLarge

hpicSmall

Returns: SalNumber.

Causes a window to be repainted.

Returns: SalBoolean.

Determines whether a window is an instance of the specified class.

ParameterTypeDescription

tClass

Returns: SalBoolean.

Determines whether a window is enabled for mouse and keyboard input.

Returns: SalBoolean.

Determines whether a window is currently visible.

Returns: SalBoolean.

Destroys an object's system timer.

ParameterTypeDescription

nIDEvent

Returns: SalBoolean.

Moves a window a given number of form units on the X and Y axes relative to its current position.

ParameterTypeDescription

nXOffset

nYOffset

Returns: SalBoolean.

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.

ParameterTypeDescription

nNumPixels

bVertical

Returns: SalNumber.

Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.

ParameterTypeDescription

nMsg

nMywParam

nMylParam

Returns: SalBoolean.

Removes all images from control.

Returns: SalBoolean.

Removes an image from control's internal ImageLists.

ParameterTypeDescription

nIndex

Returns: SalBoolean.

Replaces an image in control's internal ImageLists.

ParameterTypeDescription

nIndex

hpicLarge

hpicSmall

Returns: SalBoolean.

Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.

ParameterTypeDescription

nMsg

nMywParam

nMylParam

Returns: SalNumber.

Sends a message to all child items of a form window, dialog box, table window, or MDI window.

ParameterTypeDescription

nMsg

nMywParam

nMylParam

Returns: SalBoolean.

Assigns the color used for the control's overall background.

ParameterTypeDescription

nNewColor

Returns: SalBoolean.

Sets the attributes of a column.

ParameterTypeDescription

nColumn

nMask

sTitle

nAlignment

nWidth

Returns: SalBoolean.

ParameterTypeDescription

nColumn

nAlignment

Returns: SalBoolean.

Sets a column's text.

ParameterTypeDescription

nColumn

sTitle

Returns: SalBoolean.

Sets a column's width.

ParameterTypeDescription

nColumn

nWidth

Returns: SalBoolean.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

ParameterTypeDescription

sMenuName

nFlags

Returns: SalBoolean.

Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.

ParameterTypeDescription

menuType

nFlags

Returns: SalBoolean.

Sets a window's cursor.

ParameterTypeDescription

nResourceId

nType

Returns: SalBoolean.

Sets a window's cursor from a string variable.

ParameterTypeDescription

sBlob

nType

Returns: SalBoolean.

Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.

ParameterTypeDescription

sFile

nType

Returns: SalBoolean.

Sets the focus to a specified window.

Returns: SalWindowHandle.

Assigns focus to the specified item.

ParameterTypeDescription

nItem

Returns: SalBoolean.

Sets a window's font, font size, and font enhancements.

ParameterTypeDescription

sName

nSize

nEnhancement

Returns: SalBoolean.

Sets an item's attributes.

ParameterTypeDescription

nItem

nSubItem

nMask

sItemText

nItemValue

nImage

Returns: SalBoolean.

Assigns an item's state (LVIS_Focused, LVIS_Selected, etc..)

ParameterTypeDescription

nItem

nNewState

nStateMask

Returns: SalBoolean.

Sets an item's or subitem's text.

ParameterTypeDescription

nItem

nSubItem

sItemText

Returns: SalBoolean.

Assigns an item's user data.

ParameterTypeDescription

nItem

nItemValue

Returns: SalBoolean.

Moves a window to a new position (x, y) on the X and Y axes.

ParameterTypeDescription

nX

nY

Returns: SalBoolean.

Sets the value of a named property.

ParameterTypeDescription

sName

sValue

nLength

Returns: SalBoolean.

Resizes a window.

ParameterTypeDescription

nWidth

nHeight

Returns: SalBoolean.

Assigns default column (subitem) to sort on.

ParameterTypeDescription

nColumn

Returns: SalBoolean.

Assigns default sort order (LVSORT_Ascending/LVSORT_Descending.)

ParameterTypeDescription

nOrder

Returns: SalBoolean.

Sets style bits for control.

ParameterTypeDescription

nStyle

fOn

Returns: SalNumber.

Sets the text of a window.

ParameterTypeDescription

sText

Returns: SalBoolean.

Assigns the color used for item and subitem text background.

ParameterTypeDescription

nNewColor

Returns: SalBoolean.

Assigns the color used for item and subitem text.

ParameterTypeDescription

nNewColor

Returns: SalBoolean.

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.

ParameterTypeDescription

nIDEvent

nElapseMilliSec

Returns: SalBoolean.

Sets a window's color.

ParameterTypeDescription

nColorIndex

nColor

Returns: SalBoolean.

Makes a window visible.

Returns: SalBoolean.

Sorts the items.

Returns: SalBoolean.

Creates pop-up menus at runtime.

ParameterTypeDescription

sMenuName

nFlags

nX

nY

callback

Returns: SalBoolean.

Creates pop-up menus at runtime.

ParameterTypeDescription

menuType

nFlags

nX

nY

callback

Returns: SalBoolean.

Forces the update of a window.

Returns: SalBoolean.

Tells control to display 'details' view.'

Returns: SalNumber.

Tells control to display 'large icons' view.

Returns: SalNumber.

Tells control to display 'small icons' view.

Returns: SalNumber.

Events

WindowActionsEventHandler

Implements

NameDescription

Last updated