RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterForm Class

TCustomAdapterForm is the base class for components that generate an HTML form for an adapter page producer.

Pascal
TCustomAdapterForm = class(TWebControlGroup, IHTMLForm, IGetFormRequirements, IGetAdapterFormLayout);
C++
class TCustomAdapterForm : public TWebControlGroup, public IHTMLForm, public IGetFormRequirements, public IGetAdapterFormLayout;

WebForm

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. 

 

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