Vcl.Ribbon.ERibbonException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectERibbonException

Delphi

ERibbonException = class(Exception);

C++

class PASCALIMPLEMENTATION ERibbonException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

ERibbonException is the exception class for ribbons controls.

ERibbonException is the exception class for errors that occur during an attempt to invoke a method or property of a ribbon object.

See Also