RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IHTMLField Interface

IHTMLField is an interface that must be implemented by Web items that generate <INPUT> elements.

Pascal
IHTMLField = interface;
C++
__interface IHTMLField;

MidItems

The TWebDataDisplay class implements IHTMLField to provide information about information about the HTML control it represents. This interface is used when generating javascript that refers to the control. 

Most Web items that generate HTML <INPUT> elements inherit the support for IHTMLField from TWebDataDisplay. However, when writing custom Web items that generate <INPUT> tags but that do not descend from TWebDataDisplay, component writers must ensure that the Web item supports the IHTMLField interface. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!