RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAppletModule Class

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

Pascal
TAppletModule = class(TDataModule);
C++
class TAppletModule : public TDataModule;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!