[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the set of optional features and/or behaviors enabled for the grid.
Source position: grids.pas line 1258
protected property TCustomGrid.Options : TGridOptions |
Options is a TGridOptions property used to store the options enabled for the grid control. Values from the TGridOptions enumeration are included in the set type to enable the features or behaviors.
For the complete list of available options and their usage, see TGridOptions.
The default value for the Options is the DefaultGridOptions set.
Use Options2 to set scrolling behaviors enabled for the grid control.
|
Set type used to store enabled grid options. |
|
|
Set with the default grid options enabled for instances of the grid control. |
|
|
Contains options for scrolling behavior enabled in the grid control. |