RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTMLForm Interface

IHTMLForm is an interface that must be implemented by Web items that generate forms.

Pascal
IHTMLForm = interface;
C++
__interface IHTMLForm;

Web items that produce forms (such as TQueryForm or TDataForm) must implement the IHTML form interface. This interface allows other Web items to access information about form elements when generating javascript declarations and method calls. 

 

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