CtlPanel.EAppletException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEAppletException

Delphi

EAppletException = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
CTLPanel.pas
CtlPanel.hpp
CtlPanel CtlPanel

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