CtlPanel.TAppletApplication.ModuleCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletApplication

Delphi

property ModuleCount: Integer read GetModuleCount write SetModuleCount;

C++

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

Description

Indicates the number of AppletModules available.

ModuleCount is the number of AppletModules that are available to the controlling application from this AppletApplication.

See Also