CtlPanel.TAppletModule.ResidIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResidIcon: Integer read FResidIcon write SetResidIcon;

C++

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

Properties

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

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