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
C++
class TCustomAdapterForm : public TWebControlGroup, public IHTMLForm, public IGetFormRequirements, public IGetAdapterFormLayout;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!