Show: Delphi
C++
Display Preferences
MidItems.TQueryTextArea.Custom
From XE2 API Documentation
Delphi
property Custom;
C++
__property Custom;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | MidItems.pas MidItems.hpp |
MidItems | TQueryTextArea |
Description
Represents a tag option and its value in the tag for the display control.
MidItems.TQueryTextArea.Custom inherits from MidItems.TWebDataDisplay.Custom. All content below this line refers to MidItems.TWebDataDisplay.Custom.
Represents a tag option and its value in the tag for the display control.
TWebDataDisplay descendants generate different HTML tags to generate the control that displays information. Use Custom to add options that qualify the tag. Each option and its value has the form
OPTIONNAME=Value
The options specified by Custom should be separated by spaces. For example, to provide an INPUT control with an accelerator key and align text to the bottom, you can set Custom to
ACCESSKEY=A ALIGN=BOTTOM
Note: To add custom options to the control's label, use the CaptionAttributes property instead.