|
<< Click to Display Table of Contents >> Navigation: Classes > TContentForm |
This class is a specialization of TContentBase class. It is responsible for redirecting an URL to a IWForm instance, i.e., whenever your IntraWeb application receives a request which path matches the path registered for the TContentForm instance, the associated IWForm will be used to respond to the request.
SIGNATURE=IW.Content.Form.TContentForm
ETYPE=Class
Declaration:
Delphi: |
public TContentForm = class(TContentBase); |
C++: |
public: class TContentForm : public TContentBase; |
Unit: IW.Content.Form.pas
Description: This is class IW.Content.Form.TContentForm.