WebForm.TCustomAdapterForm
Contents |
Delphi Information
From WebForm.pas
TCustomAdapterForm = class(TWebControlGroup)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TCustomAdapterForm Members
Class Properties: WebForm.TCustomAdapterForm Properties
Class Methods: WebForm.TCustomAdapterForm Methods
Class Constructors & Destructors: WebForm.TCustomAdapterForm Constructors
C++ Information
From WebForm.hpp
TCustomAdapterForm = class(TWebControlGroup)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TCustomAdapterForm Members
Class Properties: WebForm.TCustomAdapterForm Properties
Class Methods: WebForm.TCustomAdapterForm Methods
Class Constructors & Destructors: WebForm.TCustomAdapterForm Constructors
Description
TCustomAdapterForm is the base class for components that generate an HTML form for an adapter page producer.
Use TCustomAdapterForm as a base class when defining a form that can contain adapter fields and actions. TCustomAdapterForm is an abstract class, and should not be instantiated directly. Use TAdapterForm, which is a minimal implementation of TCustomAdapterForm, or create your own implementation.