Vcl.DBCtrls.TDBMemo.StyleElements
Delphi
property StyleElements: TStyleElements read FStyleElements write SetStyleElements default 7;
C++
__property StyleElements = {default=7};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | TDBMemo |
Description
Specifies the style elements that are used by the control.
Vcl.DBCtrls.TDBMemo.StyleElements inherits from Vcl.Controls.TControl.StyleElements. All content below this line refers to Vcl.Controls.TControl.StyleElements.
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.