Click or drag to resize

ListView Properties

X#

The ListView type exposes the following members.

Properties
  NameDescription
Public propertyBackground
The brush used for painting the background of the control. For example, in a single line edit control, the background is the color behind the text in the edit control.
(Inherited from Control.)
Public propertyBackgroundColor
A Color object used to paint the background in the list view.
Public propertyCaption
The string representing the caption of the text control.
(Inherited from TextControl.)
Public propertyCheckBoxes
A logical value determining whether check boxes are used in the list view.
Public propertyColumnCount
A numeric value representing the number of columns in the list view.
Public propertyColumnOrderArray
An array of ListViewColumn object symbolic names representing the order of the columns in the list view.
Public propertyContextMenu
A menu object representing the local pop-up menu for a control.
(Inherited from Control.)
Public propertyControlFont
The font used to draw the text in the control.
(Inherited from TextControl.)
Public propertyControlID
A number between 1 and 8000 representing the unique ID of a control
(Inherited from Control.)
Public propertyCurrentText
A string representing the text currently displayed in a text control. For edit controls, including the edit box associated with simple and drop-down combo boxes, it contains the text currently appearing in the edit box. For fixed icon and group box controls, TextControl:CurrentText contains NULL_STRING.
(Inherited from TextControl.)
Public propertyCurrentView
A symbolic name representing the current view of the list view.
Public propertyDragDropEnabled
A logical value that is TRUE if drag and drop is enabled for the list view. If drag and drop is enabled, items can be dragged within, as well as outside, the control.
Public propertyDragImageList
An image list containing a single image displayed during a drag and drop operation for the list view.
Public propertyFieldSpec
The field specification connected to the control.
(Inherited from Control.)
Public propertyFullRowSelect
A logical value determining whether the entire row is highlighted when a list view item is selected.
Public propertyGridLines
A logical value determining whether gridlines are shown in the list view.
Public propertyHeaderDragDrop
A logical value determining whether columns can be rearranged in the list view by dragging and dropping the column headers.
Public propertyHyperLabel
The hyperlabel connected to the control.
(Inherited from Control.)
Public propertyIsGroupViewEnabled
A logical value to identify if ListView groups are enabled.
Public propertyItemCount
A numeric value representing the number of items in the list view.
Public propertyItemsPerPage
A numeric value representing the number of items that can fit vertically in the visible area of the list view.
Public propertyCode exampleLargeImageList
An image list containing large images to display for each item when the list view is displayed in icon view.
Public propertyLength
A numeric value representing the number of characters in the control.
(Inherited from TextControl.)
Public propertyModified
A logical value that is set to TRUE when a standard edit control or editable combo box is in the process of being modified.
(Inherited from Control.)
Public propertyName
A string representing the name of the control.
(Inherited from Control.)
Public propertyNameSym
A symbol representing the name of the control.
(Inherited from Control.)
Public propertyOrigin
A point representing the location of a control on its owner window, in canvas coordinates.
(Inherited from Control.)
Public propertyOwner
The owner window of a control.
(Inherited from Control.)
Public propertyOwnerAlignment
Constant representing how the window will be aligned within its owner window.
(Inherited from Control.)
Public propertyReadOnly
Is the control readonly ?
(Inherited from Control.)
Public propertySearchString
The incremental search string associated with the list view.
Public propertySelectedCount
A numeric value representing the number of items that are selected in the list view.
Public propertyServer
The server object that currently connected to this control. If no server is connected, the value is NIL.
(Inherited from Control.)
Public propertySize
A dimension representing the size of a control.
(Inherited from Control.)
Public propertyCode exampleSmallImageList
An image list containing small images to display for each item when the list view is displayed in list view, report view, or small icon view. The icons in this list must be defined elsewhere in
Public propertyStateImageList
An image list containing state images to display for each item in the list view.
Public propertyStatus
A hyperlabel indicating the status of the control after a validation attempt or other action.
(Inherited from Control.)
Public propertyTextBackgroundColor
A Color object used to paint the text background in the list view.
Public propertyTextColor
A Color object used to paint the text in the list view.
(Overrides TextColor.)
Public propertyTextValue
A string representing the value held in the control.
(Inherited from TextControl.)
Public propertyToolTipText
String value representing the tooltip text used when the user moves the mouse pointer over the control.
(Inherited from Control.)
Public propertyTopItem
A numeric value representing the index of the topmost visible item when the list view is in list view or report view.
Public propertyUseHLForToolTip
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
(Inherited from Control.)
Public propertyCode exampleValue
The value held in the control, in whatever data type the control holds.
(Inherited from Control.)
Public propertyValueChanged
A logical value representing whether the control's Value has been changed from its prior setting.
(Inherited from Control.)
Public propertyViewBoundingBox
The bounding box that encloses all of a list view's items when in icon view or small icon view.
Public propertyViewOrigin
The Point object representing the current view origin of a list view when in icon view or small icon view.
Top
See Also