Click or drag to resize

ListViewColumn Class

X#
Create a list view column.
Inheritance Hierarchy
Object
  VObject
    ListViewColumn

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ListViewColumn INHERIT VObject
Request Example View Source

The ListViewColumn type exposes the following members.

Constructors
  NameDescription
Public methodListViewColumn
Construct a list view column.
Top
Properties
  NameDescription
Public propertyAlignment
A constant representing the alignment of the list view column. One of the following values can be used: LVCFMT_LEFT LVCFMT_CENTER LVCFMT_RIGHT
Public propertyCaption
The caption displayed in the list view column header.
Public propertyFieldSpec
The FieldSpec object for the list view column.
Public propertyHyperLabel
The HyperLabel object for the list view column.
Public propertyNameSym
The symbolic name of the list view column.
Public propertyWidth
A numeric value that represents the character width of the list view column.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Overrides Destroy.)
Public methodSetPixWidth
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
Remarks
A list view column is an object that is added to a list view control. Although a list view control does not have to be displayed in column or report view, at least one column must be added in order to add items to the control.
See Also

Reference