ListView Properties |
The ListView type exposes the following members.
Name | Description | |
---|---|---|
Background |
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.) | |
BackgroundColor |
A Color object used to paint the background in the list view.
| |
Caption |
The string representing the caption of the text control.
(Inherited from TextControl.) | |
CheckBoxes |
A logical value determining whether check boxes are used in the list view.
| |
ColumnCount |
A numeric value representing the number of columns in the list view.
| |
ColumnOrderArray |
An array of ListViewColumn object symbolic names representing the order of the columns in the list view.
| |
ContextMenu |
A menu object representing the local pop-up menu for a control.
(Inherited from Control.) | |
ControlFont |
The font used to draw the text in the control.
(Inherited from TextControl.) | |
ControlID |
A number between 1 and 8000 representing the unique ID of a control
(Inherited from Control.) | |
CurrentText |
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.) | |
CurrentView |
A symbolic name representing the current view of the list view.
| |
DragDropEnabled |
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.
| |
DragImageList |
An image list containing a single image displayed during a drag and drop operation for the list view.
| |
FieldSpec |
The field specification connected to the control.
(Inherited from Control.) | |
FullRowSelect |
A logical value determining whether the entire row is highlighted when a list view item is selected.
| |
GridLines |
A logical value determining whether gridlines are shown in the list view.
| |
HeaderDragDrop |
A logical value determining whether columns can be rearranged in the list view by dragging and dropping the column headers.
| |
HyperLabel |
The hyperlabel connected to the control.
(Inherited from Control.) | |
IsGroupViewEnabled |
A logical value to identify if ListView groups are enabled.
| |
ItemCount |
A numeric value representing the number of items in the list view.
| |
ItemsPerPage |
A numeric value representing the number of items that can fit vertically in the visible area of the list view.
| |
LargeImageList |
An image list containing large images to display for each item when the list view is displayed in icon view.
| |
Length |
A numeric value representing the number of characters in the control.
(Inherited from TextControl.) | |
Modified |
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.) | |
Name |
A string representing the name of the control.
(Inherited from Control.) | |
NameSym |
A symbol representing the name of the control.
(Inherited from Control.) | |
Origin |
A point representing the location of a control on its owner window, in canvas coordinates.
(Inherited from Control.) | |
Owner |
The owner window of a control.
(Inherited from Control.) | |
OwnerAlignment |
Constant representing how the window will be aligned within its owner window.
(Inherited from Control.) | |
ReadOnly |
Is the control readonly ?
(Inherited from Control.) | |
SearchString |
The incremental search string associated with the list view.
| |
SelectedCount |
A numeric value representing the number of items that are selected in the list view.
| |
Server |
The server object that currently connected to this control. If no server is connected, the value is NIL.
(Inherited from Control.) | |
Size |
A dimension representing the size of a control.
(Inherited from Control.) | |
SmallImageList |
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
| |
StateImageList |
An image list containing state images to display for each item in the list view.
| |
Status |
A hyperlabel indicating the status of the control after a validation attempt or other action.
(Inherited from Control.) | |
TextBackgroundColor |
A Color object used to paint the text background in the list view.
| |
TextColor |
A Color object used to paint the text in the list view.
(Overrides TextColor.) | |
TextValue |
A string representing the value held in the control.
(Inherited from TextControl.) | |
ToolTipText |
String value representing the tooltip text used when the user moves the mouse pointer over the control.
(Inherited from Control.) | |
TopItem |
A numeric value representing the index of the topmost visible item when the list view is in list view or report view.
| |
UseHLForToolTip |
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
(Inherited from Control.) | |
Value |
The value held in the control, in whatever data type the control holds.
(Inherited from Control.) | |
ValueChanged |
A logical value representing whether the control's Value has been changed from its prior setting.
(Inherited from Control.) | |
ViewBoundingBox |
The bounding box that encloses all of a list view's items when in icon view or small icon view.
| |
ViewOrigin |
The Point object representing the current view origin of a list view when in icon view or small icon view.
|