JVCL Help:TJvDBTreeViewDataLink

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDBTreeViewDataLink
run\JvDBTreeView.pas


Summary

Manages the link and event responses for the data source in the data-aware tree view control.

run\JvDBTreeView.pas


Pascal

 run\JvDBTreeView.pas
 TJvDBTreeViewDataLink = class(TDataLink);


Description

TJvDBTreeViewDataLink is a TDataLink descendant used to help the data-aware tree view manage its link to the data source and respond to data events.
TJvDBTreeViewDataLink introduces a new member that stores the TJvCustomDBTreeView instance for the data link.
TJvDBTreeViewDataLink provides overridden methods in the protected interface for the class that allow responding to dataset events that occur in the following event categories:

  • Respond to changes in the values of fields.
  • Respond to changes in record currency after scrolling.
  • Respond to changes in the editing state of the dataset.
  • Keep track of unposted edits.

Applications should not need to explicitly create instance of TJvDBTreeViewDataLink; it is automatically created when the data-aware tree view control is initialized.

run\JvDBTreeView.pas


About

Navigation

run\JvDBTreeView.pas



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