MidItems.TWebDataDisplay.Custom
From RAD Studio API Documentation
Delphi
property Custom: string read FCustom write FCustom;
C++
__property System::UnicodeString Custom = {read=FCustom, write=FCustom};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | MidItems.pas MidItems.hpp |
MidItems | TWebDataDisplay |
Description
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.