[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 1253
protected property TCustomGrid.Options : TGridOptions |
Options is a TGridOptions 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 a list of available options and their usage, seeTGridOptions.
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 additional options enabled for the grid control. |