|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > Standard > TIWMenu |
The TIWMenu is the control the developer uses to show a menu in the IW Form. The control transforms a VCL TMainMenu in its representation in HTML/JavaScript to be shown in a IW Form.
SIGNATURE=IWCompMenu.TIWMenu
ETYPE=Class
Declaration:
Delphi: |
public TIWMenu = class(TIWCustomControl, IIWSubmitControl); |
C++: |
public: class TIWMenu : public TIWCustomControl, public IIWSubmitControl; |
Unit: IWCompMenu.pas
Description: This is class IWCompMenu.TIWMenu.