TNxGridOptions
Unit: NxGrid.pas (Sources\Next Grid)TNxGridOptions = set of (goArrowEndEditing, goAutoHideScrollBars, goExitEndEditing, goTabLeaveControl);| Value | Meaning |
|---|---|
| goArrowEndEditing | User can leave cell being edited (and end editing) with arrow keys. |
| goAutoHideScrollBars | Scrollbars are hidden if there is no need for them. |
| goExitEndEditing | Grid will exit from edit mode (and assign value) if grid loses focus. |
| goTabLeaveControl | User can leave control by pressing Tab key on last cell in grid. |