|
RAD Studio VCL Reference
|
TAdapterActionHTMLElementType identifies the HTML type that is generated to let a user execute an adapter action.
TAdapterActionHTMLElementType = ( htmlaButton, htmlaImage, htmlaAnchor, htmlaEventImages );
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!
|