diff between TWebForm and TWebHTMLForm?

I see that TWebEdit and TWebMemo (among others) have Required and Required Text properties. Apparently they're related to TWebHTMLForm.

What's the difference? Just adding a Web Form to a project creates a TWebForm. I haven't noticed if you can add a TWebHTMLForm.

Are these fields usable with just a regular TWebForm?

TWebHTMLForm is a wrapper around the HTML FORM element

How is it used with WEB Core?

Drop a TWebHTMLForm on the form and add input controls you need to it.
The typical browser form validation will then happen on the child input controls in this TWebHTMLForm.

1 Like