CtlPanel.TAppletApplication.Modules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Modules[Index: Integer]: TAppletModule read GetModules write SetModules;

C++

__property TAppletModule* Modules[int Index] = {read=GetModules, write=SetModules};

Properties

Type Visibility Source Unit Parent
property public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletApplication

Description

Lists the available modules in the Applet application.

Modules is a list of the TAppletModule objects that are available to the AppletApplication.

See Also