Vcl.Grids.TCustomGrid.FInternalDrawingStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInternalDrawingStyle: TGridDrawingStyle;

C++

TGridDrawingStyle FInternalDrawingStyle;

Properties

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

Description

Specifies the style in which the grid is drawn.

FInternalDrawingStyle specifies the style in which the grid is drawn. Do not change the value of FInternalDrawingStyle, rather, use the DrawingStyle property.

FInternalDrawingStyle is used internally by the grid controls. Applications should not depend on the value of FInternalDrawingStyle.

See Also