Outline.EOutlineError
From RAD Studio VCL Reference
Contents |
Delphi Information
From Outline.pas
EOutlineError = class(Exception)
Unit: Outline
Type: class
Inherited Class Members: Outline.EOutlineError Members
C++ Information
From Outline.hpp
EOutlineError = class(Exception)
Unit: Outline
Type: class
Inherited Class Members: Outline.EOutlineError Members
Class Constructors & Destructors: Outline.EOutlineError Constructors
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.