Vcl.Controls.EGestureException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEGestureException

Delphi

EGestureException = class(Exception);

C++

class PASCALIMPLEMENTATION EGestureException : public System::Sysutils::Exception

Properties

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

Description

EGestureException is the exception class for gesture errors.

EGestureException is the exception raised whenever an error condition is detected within the gesturing framework.

See Also