Click or drag to resize

DataColumn Properties

X#

The DataColumn type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
One of the following constants representing the alignment of this data column:
Public propertyBackground
The brush used for painting the background of this data column.
Public propertyCode exampleBlock
A code block associated with the data column. If set, it is used to filter the data in/out of the data column.
Public propertyBlockOwner
The owner of the code block associated with the data column. If a code block is assigned, this object will be called when the code block is evaluated. For an example, see DataColumn:Block.
Public propertyCaption
A string representing the caption of this data column for use in its caption area.
Public propertyCellBackground
The Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called.
Public propertyCellTextColor
The Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called.
Public propertyFieldSpec
The FieldSpec object connected to this data column.
Public propertyHyperLabel
The hyperlabel connected to this data column.
Public propertyModified
A logical value indicating whether the contents of the current row of this data column has been changed by the user since it was last set. TRUE indicates that it has changed (even if it has not yet been validated or has failed validation); FALSE indicates that it has not.
Public propertyName
A string representing the name of this data column.
Public propertyNameSym
A symbol representing the name of this data column.
Public propertyOwner
The data browser that owns this data column.
Public propertyServer
The data server to which this data column is currently connected, if any.
Public propertyStatus
A hyperlabel that indicates the results of validations or recent actions to this data column.
Public propertyTextColor
The text color to be used for the text area of this data column.
Public propertyTextValue
A string representing the value held in the current row of this data column. Note that this string is formatted according to the picture clause held in the FieldSpec object inherited from the associated server field.
Public propertyValue
The value held in the current row of this data column, in whatever data type is held in the FieldSpec object inherited from the associated server field.
Public propertyValueChanged
A logical value indicating whether the data column value has been changed to a "valid" value, since it was last set.
Public propertyCode exampleVisualPos
Returns the number of the data column with respect to its visual position within a data browser from left to right.
Public propertyWidth
The width of this data column in canvas coordinates.
Top
See Also