CtlPanel.TAppletModule.ResidInfo

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 ResidInfo: Integer read FResidInfo write SetResidInfo;

C++

__property int ResidInfo = {read=FResidInfo, write=SetResidInfo, nodefault};

Description

Indicates the resource ID of the help string.

ResidInfo is the resource ID of the help string associated with the applet module. This property is mutually exclusive with the Help property.

See Also