CtlPanel.TAppletModule.ResidName

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 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.

See Also