CtlPanel.TAppletApplication.ModuleCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ModuleCount: Integer read GetModuleCount write SetModuleCount;

C++

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

Properties

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

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