Vcl.ValEdit.TValueListEditor.Options
Delphi
property Options: TGridOptions read GetOptions write SetOptions default [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking];
C++
__property Vcl::Grids::TGridOptions Options = {read=GetOptions, write=SetOptions, default=25743};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListEditor |
Description
Specifies various display and behavioral properties of the grid.
Vcl.ValEdit.TValueListEditor.Options inherits from Vcl.Grids.TCustomGrid.Options. All content below this line refers to Vcl.Grids.TCustomGrid.Options.
Specifies various display and behavioral properties of the grid.
Set Options to include the desired properties for the grid. See the type Vcl.Grids.TGridOptions for definitions of these properties.
See Also
Code Examples