API:Vcl.Outline.TCustomOutline.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TOutlineOptions read FOptions write SetOutlineOptions

C++

__property TOutlineOptions Options = {read=FOptions, write=SetOutlineOptions, default=3};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Specifies various display and behavioral properties of the grid.

Vcl.Outline.TCustomOutline.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