DataColumn Methods (Typed) |
The DataColumn type exposes the following members.
Name | Description | |
---|---|---|
AsString |
Return the current value in the current row of this data column as a formatted string.
| |
ChangeBackground |
Set a new background brush for this data column.
| |
ChangeTextColor(Long, Long) | ||
ChangeTextColor(Color, Long) |
Set a new pen in a particular area of this data column.
| |
Destroy |
Provide a method to de-instantiate a DataColumn object.
(Overrides Destroy.) | |
EnableCellDraw |
Enable the painting of individual cells by registering a cell-painting method.
| |
EnableColumnMove |
Enable/disable whether the user can move (rearrange) this data column with the mouse. If the method is not called, the default behavior is determined by the data browser that owns this column.
| |
EnableColumnReSize |
Enable/disable whether the user can resize this data column with the mouse. If this method is not called, the default behavior is determined by the data browser that owns this column.
| |
GetModified |
Determine whether the value in column has been modified.
| |
GetValue |
Get the value of the current data column.
| |
LinkDF |
Connect a column to a field in a data server.
| |
PerformValidations |
Perform all the validations defined to this data column's field specification (for example, required, maximum and minimum digits, maximum and minimum value, validation rule) and return the result of the test.
| |
SetCaption |
Set the caption for the data column.
| |
SetModified |
Mark the current data column, signifying that it has been modified.
| |
SetStandardStyle |
Set the appearance of this data column's caption area.
| |
SetValue |
Set the value of the current data column.
|