Vcl.Grids.TCustomGrid.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TGridOptions read FOptions write SetOptions  default [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect];

C++

__property TGridOptions Options = {read=FOptions, write=SetOptions, default=31};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

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