Vcl.ComCtrls.ETreeViewError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectETreeViewError

Delphi

ETreeViewError = class(Exception);

C++

class PASCALIMPLEMENTATION ETreeViewError : public System::Sysutils::Exception

Properties

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

Description

ETreeViewError is the exception class for tree view errors.

ETreeViewError is raised when an error is made in a TCustomTreeView or TTreeNode object.

See Also