CtlPanel.EAppletException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEAppletException
[–] Properties
Type: class
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: CtlPanel

Delphi

EAppletException = class(Exception);

C++

class PASCALIMPLEMENTATION EAppletException : public System::Sysutils::Exception

Description

EAppletException is the exception class for errors that occur in a Control Panel Application.

EAppletException is the exception for errors specific to applications created by the control panel wizard.

See Also