RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TAdapterDisplayHTMLElementType Enumeration

TAdapterDisplayHTMLElementType identifies an HTML type that can be used to display the value(s) associated with an adapter field.

Pascal
TAdapterDisplayHTMLElementType = (
  htmldText,
  htmldImage,
  htmldList,
  htmldNone
);
C++
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!