CtlPanel.TAppletApplication.Modules
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: CTLPanel.pas CtlPanel.hpp
| |
Unit: CtlPanel | |
Parent: TAppletApplication |
Delphi
property Modules[Index: Integer]: TAppletModule read GetModules write SetModules;
C++
__property TAppletModule* Modules[int Index] = {read=GetModules, write=SetModules};
Description
Lists the available modules in the Applet application.
Modules is a list of the TAppletModule objects that are available to the AppletApplication.