CtlPanel.TAppletModule

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TDataModuleSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAppletModule
[–] Properties
Type: class
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: CtlPanel

Delphi

TAppletModule = class(TDataModule)

C++

class PASCALIMPLEMENTATION TAppletModule : public System::Classes::TDataModule

Description

TAppletModule represents a single Control Panel Applet in a control panel applet application.

TAppletModule encapsulates the functionality of a Control Panel Applet. Its properties specify how the icon for the applet appears in the control panel, including the help that appears when users press F1. The events of TAppletModule let you specify what the applet does when users start or stop it, either by double-clicking in the control panel or by launching the applet programmatically.

See Also