RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldTextArea.Custom Property

Represents a tag option and its value in the tag for the display control.

Pascal
property Custom: string;
C++
__property AnsiString Custom;

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!