DataColumn Properties (Typed) |
The DataColumn type exposes the following members.
Name | Description | |
---|---|---|
Alignment |
One of the following constants representing the alignment of this data column:
| |
Background |
The brush used for painting the background of this data column.
| |
Block |
A code block associated with the data column. If set, it is used to filter the data in/out of the data column.
| |
BlockOwner |
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.
| |
Caption |
A string representing the caption of this data column for use in its caption area.
| |
CellBackground |
The Brush object used to paint the background of a cell if DataColumn:EnableCellDraw has been called.
| |
CellTextColor |
The Color object used to paint the text in a cell if DataColumn:EnableCellDraw has been called.
| |
FieldSpec |
The FieldSpec object connected to this data column.
| |
HyperLabel |
The hyperlabel connected to this data column.
| |
Modified |
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.
| |
Name |
A string representing the name of this data column.
| |
NameSym |
A symbol representing the name of this data column.
| |
Owner |
The data browser that owns this data column.
| |
Server |
The data server to which this data column is currently connected, if any.
| |
Status |
A hyperlabel that indicates the results of validations or recent actions to this data column.
| |
TextColor |
The text color to be used for the text area of this data column.
| |
TextValue |
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.
| |
Value |
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.
| |
ValueChanged |
A logical value indicating whether the data column value has been changed to a "valid" value, since it was last set.
| |
VisualPos |
Returns the number of the data column with respect to its visual position within a data browser from left to right.
| |
Width |
The width of this data column in canvas coordinates.
|