RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ETreeViewError Class

ETreeViewError is the exception class for tree view errors.

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

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!