CtlPanel.TAppletModule.Help

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Help: string read FHelp write SetHelp;

C++

__property System::UnicodeString Help = {read=FHelp, write=SetHelp};

Properties

Type Visibility Source Unit Parent
property published
CTLPanel.pas
CtlPanel.hpp
CtlPanel TAppletModule

Description

Indicates a help string that appears in the control panel for this applet.

Help is the string that is visible in the status bar of the Control Panel when a particular Applet is selected.

See Also