Vcl.ExtCtrls.EGridPanelException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEGridPanelException

Delphi

EGridPanelException = class(Exception);

C++

class PASCALIMPLEMENTATION EGridPanelException : public System::Sysutils::Exception

Properties

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

Description

The base class for runtime exceptions that occur in grid panels.

Use EGridPanelException as the base class for creating custom exceptions that occur in grid panels.