Vcl.DBGrids.TDBGrid.StyleElements

From RAD Studio API Documentation

Delphi

property StyleElements: TStyleElements read FStyleElements write SetStyleElements default 7;

C++

__property StyleElements = {default=7};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGrid

Description

Specifies the style elements that are used by the control. {{#multireplace:Vcl.DBGrids.TDBGrid.StyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.StyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.StyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the style elements that are used by the control.

Use StyleElements to customize the style of the control. If a custom style is enabled, you can enable or disable style elements in the control.

StyleElements is a set of values that specify which elements of the current style are to be applied to this control. By default, all the elements of the style are enabled.

See Also