RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterForm Class

TAdapterForm generates an HTML form displaying Adapter fields.

Pascal
TAdapterForm = class(TCustomAdapterForm);
C++
class TAdapterForm : public TCustomAdapterForm;

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. 

 

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