Vcl.Outline.EOutlineError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEOutlineError

Delphi

EOutlineError = class(Exception);

C++

class PASCALIMPLEMENTATION EOutlineError : public System::Sysutils::Exception

Properties

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

Description

EOutlineError is the exception class for outline components.

EOutlineError is raised when an error occurs as an application works with an outline component. For example, an EOutlineError exception occurs when an application

Attempts to access an outline using an invalid node index.

Attempts to expand a node whose parent isn't expanded.

Attempts to load items from a file using an invalid file extension.

Note: EOutlineError is raised by the TOutline component, which is maintained for backward compatibility.

See Also