Library Vcl NextSuite 6 NextGrid6 Reference Types TNxGridOptions

TNxGridOptions

Unit: NxGrid.pas (Sources\Next Grid)

pas
TNxGridOptions = set of (goArrowEndEditing, goAutoHideScrollBars, goExitEndEditing, goTabLeaveControl);

Values

ValueMeaning
goArrowEndEditingUser can leave cell being edited (and end editing) with arrow keys.
goAutoHideScrollBarsScrollbars are hidden if there is no need for them.
goExitEndEditingGrid will exit from edit mode (and assign value) if grid loses focus.
goTabLeaveControlUser can leave control by pressing Tab key on last cell in grid.

Sign in