CtlPanel.TAppletApplication.Modules

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletApplication


Beschreibung

Listet die verfügbaren Module in der Applet-Anwendung auf.

Modules ist eine Liste der für AppletApplication verfügbaren TAppletModule-Module.

Siehe auch