CtlPanel.TAppletModule.ResidIcon

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 ResidIcon: Integer read FResidIcon write SetResidIcon;

C++

__property int ResidIcon = {read=FResidIcon, write=SetResidIcon, nodefault};

Description

Indicates the resource ID of the icon associated with the applet module.

ResidIcon is the resource ID of the icon associated with the applet module. This property is mutually exclusive with the AppletIcon property.

See Also