How to Use Splits > Working with Columns in Splits > Global properties and methods of Column object |
The following Column object properties are global; that is, they always have the same value in each split:
Sets/returns the bitmap used for the in-cell button. |
|
Sets/returns column heading text. |
|
Returns the ordinal position of a column. |
|
Sets/returns modification status of a column in the current row. |
|
Data table field name for a column. |
|
Maximum number of characters available for column input. |
|
Default value for new column data. |
|
Sets the name of a TDBDropDown control for a column. |
|
Input mask string for a column. |
|
Control whether the edit mask is applied from right to left. |
|
Controls whether masked data is used for updates. |
|
Sets the ActiveX input control for a column. |
|
Column footing text. |
|
Data formatting string for a column. |
|
Sets/returns displayed column text for the current cell. |
|
Returns top column border in container coordinates. |
|
Sets/returns underlying data value for the current row. |
|
Contains a collection of ValueItems for a column. |
The following Column object methods are also global:
Returns displayed text for any visible row. |
|
Returns underlying value for any visible row. |
|
Refetches column data from its data source. |
|
Refetches data for a specified cell within a column. |
|
Updates a column's screen display. |
|
Updates the display for a specified cell within a column. |