CtlPanel.TAppletModule.ResidName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResidName: Integer read FResidName write SetResidName;

C++

__property int ResidName = {read=FResidName, write=SetResidName, nodefault};

Properties

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

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