CtlPanel.TAppletModule.Caption

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletModule

Delphi

property Caption: string read GetCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=SetCaption};

Description

Indicates the caption of the applet module.

Caption is the string that shows in the Control Panel under the icon of the Applet.

See Also