CtlPanel.TAppletModule

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TDataModuleSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTAppletModule

Delphi

TAppletModule = class(TDataModule)

C++

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

Properties

Type Visibility Source Unit Parent
class public
CTLPanel.pas
CtlPanel.hpp
CtlPanel CtlPanel

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