TTMSFNCTreeViewColumnEditorType Enumeration
Specifies the inline editor control shown when the user edits a cell in a column.
API unit family: TMSFNCTreeViewData
Members
| Name | Description |
|---|---|
tcetEdit |
Uses a single-line text editor in the cell. |
tcetComboBox |
Uses a drop-down combo box editor in the cell. |
tcetMemo |
Uses a multi-line memo editor in the cell. |
tcetNone |
No inline editor; editing is disabled for this column. |