Vcl.DBGrids.TColumn Properties
InheritedProtected
| Alignment | published | Specifies how text is aligned within the column. |
| AssignedValues | public | Indicates which TColumn and TColumnTitle properties have been set. |
| ButtonStyle | published | Determines whether and how the user can select values for the column from a list. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| Color | published | Specifies the background color for the column. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| DropDownRows | published | Specifies the number of lines displayed in the column's drop-down list. |
| Expandable | public | Specifies whether the column can be expanded to show any child field columns. |
| Expanded | published | Specifies whether the column is expanded. |
| Field | public | Indicates the TField instance represented by the column. |
| FieldName | published | Indicates the name of the field represented by the column. |
| Font | published | Controls the font in which the column displays its data. |
| Grid | public | Indicates the grid that contains the column. |
| ID | public | A unique, permanent index for the item. |
| ImeMode | published | Determines the behavior of the input method editor (IME) when the column is edited. |
| ImeName | published | Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| IsStored | protected | |
| ParentColumn | public | Refers to the TColumn object that owns the column. |
| PickList | published | Lists values that the user can select for the column. |
| PopupMenu | published | Identifies the pop-up menu associated with the column. |
| ReadOnly | published | Determines whether data displayed in the column is editable. |
| Showing | public | Indicates whether the column is showing. |
| Title | published | Indicates the TColumn Title that represents the column's title. |
| Visible | published | Specifies whether the column is visible in the grid. |
| Width | published | The width of the column. |