WebForm.TAdapterForm
Contents |
Delphi Information
From WebForm.pas
TAdapterForm = class(TCustomAdapterForm)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TAdapterForm Members
C++ Information
From WebForm.hpp
TAdapterForm = class(TCustomAdapterForm)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TAdapterForm Members
Class Constructors & Destructors: WebForm.TAdapterForm Constructors
Description
TAdapterForm generates an HTML form displaying Adapter fields.
TAdapter form is a basic implementation of TCustomAdapterForm. Add TAdapterForm to a TAdapterPageProducer to display Adapter fields users can view and/or edit, and Adapter actions that users can execute.
Add child components to TAdapterForm to display Adapter fields and Adapter actions. Child components include TAdapterGrid, TAdapterFieldGroup, and TAdapterCommandGroup. Add TAdapterErrors to TAdapterForm to display errors that are generated by an Adapter.
Use the properties and methods of TAdapterForm to:
Customize the appearance of the HTML form.
Indicate the HTTP method used to submit the HTML form.