RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SiteComp.TAdapterActionHTMLElementType Enumeration

TAdapterActionHTMLElementType identifies the HTML type that is generated to let a user execute an adapter action.

Pascal
TAdapterActionHTMLElementType = (
  htmlaButton,
  htmlaImage,
  htmlaAnchor,
  htmlaEventImages
);
C++
enum TAdapterActionHTMLElementType {
  htmlaButton,
  htmlaImage,
  htmlaAnchor,
  htmlaEventImages
};

Each element type indicates a different HTML element. TAdapterActionHTMLElementType defines executable HTML elements. 

The following table lists the possible values:

Value 
Meaning 
htmlaButton  
Push button control  
htmlaImage  
Image control that user can click.  
htmlaAnchor  
Anchor tag (hypertext link).  
htmlaEventImages  
Multiple images that change based on associated script.  

 

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