|
RAD Studio VCL Reference
|
TAdapterDisplayHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.
TAdapterDisplayHTMLElementType = ( htmldText, htmldImage, htmldList, htmldNone );
enum TAdapterDisplayHTMLElementType { htmldText, htmldImage, htmldList, htmldNone };
Each element type indicates a different HTML element. TAdapterDisplayHTMLElementType defines read-only HTML elements. TAdapterInputHTMLElementType defines editable HTML elements.
The following table lists the possible values:
|
Value |
Meaning |
|
htmldText |
Display as a text block. |
|
htmldImage |
Display as an image. |
|
htmldList |
Display as a list of values. |
|
htmldNone |
No display type specified. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|