CtlPanel.TAppletApplication.ModuleCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ModuleCount: Integer read GetModuleCount write SetModuleCount;

C++

__property int ModuleCount = {read=GetModuleCount, write=SetModuleCount, nodefault};

Eigenschaften

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


Beschreibung

Zeigt die Anzahl verfügbarer Applet-Module an.

ModuleCount ist die Anzahl der Applet-Module, die aus dieser AppletApplication-Klasse für die steuernde Anwendung verfügbar ist.

Siehe auch