Vcl.Grids.TDrawGrid.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TGridOptions read FOptions write SetOptions default 524319;

C++

__property Options = {default=524319};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TDrawGrid

Description

Specifies various display and behavioral properties of the grid.

Vcl.Grids.TDrawGrid.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