Description
TWebHTMLForm
is just a structural control that represents the FORM
HTML element as
structural element for the INPUT
controls it has. The TWebHTMLForm
is needed to indicate a
section of INPUT
controls on the page and it will be rendered as <FORM>
… child controls here
</FORM>
 |
The HTML form is a structural element and not visible at runtime. Controls in the form are positioned on the form as if the TWebHTMLForm does not exist. |
Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID
property. Detailed
information can be found in the Use of HTML templates topic.
HTML tag |
<FORM ID=”UniqueID”></FORM> |
ElementID |
UniqueID |
Properties |
Description |
Name |
Sets the name of the HTML FORM element |