RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataForm Class

TCustomDataForm is the base class for components that generate an HTML form in an InternetExpress application.

Pascal
TCustomDataForm = class(TWebForm);
C++
class TCustomDataForm : public TWebForm;

TCustomDataForm is the base class for components that generate HTML forms to display database information that users can view and edit. Such forms can be added to the items of an InternetExpress page producer (InetXPageProducer). 

TCustomDataForm implements the ability to generate an HTML form that contains controls for displaying information from an XML data packet. Buttons on the form manipulate that data, and submit updates back to the XML broker that supplies the XML data packet. 

TCustomDataForm generates the HTML FORM tag and assembles the HTML generated by its Web items. It restricts the Web items that generate the contents of the form to components that generate data displays (TDataGrid or TFieldGroup), components that contain buttons which operate on those displays (TDataNavigator), and components that manage the layout of HTML controls (TLayoutGroup). At design time, you can add these Web items to the form using the Web page editor. 

 

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