Show: Delphi
C++
Display Preferences
MidItems.TQueryTextArea.Style
From XE2 API Documentation
Delphi
property Style;
C++
__property Style;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | MidItems.pas MidItems.hpp |
MidItems | TQueryTextArea |
Description
Adds style attributes to the generated display control.
MidItems.TQueryTextArea.Style inherits from MidItems.TWebDataDisplay.Style. All content below this line refers to MidItems.TWebDataDisplay.Style.
Adds style attributes to the generated display control.
Use Style to specify display characteristics that affect the generated control. The Style option consists of one or more attribute descriptions such as
font-family: arial; font-weight: bold; font-size: 10px
These attributes are added to the HTML tag that generates the control as the value of a STYLE option.
Note: To add style attributes to the control's label, use the CaptionAttributes property instead.