JVCL Help:EJvDBTreeViewError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: EJvDBTreeViewError Class
[+] JvDBTreeView.pas Classes
Search in JVCL Help
Search in all projectsClass Hierarchy
EJvDBTreeViewError
run\JvDBTreeView.pas
Summary
Exception raised when the dataset for the TJvDBTreeView data-aware tree view is in an invalid state.
Pascal
run\JvDBTreeView.pas
EJvDBTreeViewError = class(ETreeViewError);
Description
EJvDBTreeViewError is an ETreeViewError descendant that represents an exception raised when the underlying dataset for the TJvDBTreeView data-aware tree view is in an invalid state.
EJvDBTreeViewError is raised with the following messages and their associated meanings:
Message | Meaning |
RsEDataSetNotActive | Dataset is unassigned or not opened. |
RsEErrorValueForDetailValue | Data for the mater/detail relationship is no longer valid. |
RsEInternalError | Data for the mater/detail relationship represents a circular reference. |
RsEMoveToModeError | Reparenting a tree node results in an invalid tree representation occurs during a Drag-and-Drop operation. |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page