CtlPanel.TAppletModule.ResidName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: CTLPanel.pas CtlPanel.hpp
| |
Unit: CtlPanel | |
Parent: TAppletModule |
Delphi
property ResidName: Integer read FResidName write SetResidName;
C++
__property int ResidName = {read=FResidName, write=SetResidName, nodefault};
Description
Indicates the resource ID of the caption string.
ResidName is the resource ID of the caption string associated with the applet module. This property is mutually exclusive with the Caption property.