RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebForm.TDisplayFieldHTMLElementType Enumeration

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

Pascal
TDisplayFieldHTMLElementType = (
  dftDefault,
  dftText,
  dftImage,
  dftList
);
C++
enum TDisplayFieldHTMLElementType {
  dftDefault,
  dftText,
  dftImage,
  dftList
};

WebForm

Each element type indicates a different HTML element. TDisplayFieldHTMLElementType defines read-only HTML elements. 

The following table lists the possible values:

Value 
Meaning 
dftDefault  
Use the default display type of the component that generates the HTML control  
dftText  
Display as a text string.  
dftImage  
Display as an image.  
dftList  
Display as a list of values.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!