CtlPanel.TAppletModule.ResidInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResidInfo: Integer read FResidInfo write SetResidInfo;

C++

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

Properties

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

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