RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOutlineError Class

EOutlineError is the exception class for outline components.

Pascal
EOutlineError = class(Exception);
C++
class EOutlineError : public Exception;

Outline

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.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!