JVCL Help:TJvCustomDBTreeView.DataLink
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomDBTreeView.DataLink Property
[+] TJvCustomDBTreeView Fields
[+] TJvCustomDBTreeView Methods
[+] TJvCustomDBTreeView Properties
Search in JVCL Help
Search in all projectsSummary
Manages the link and event responses for the data source in the data-aware tree view control.
Pascal
propertyDataLink: TJvDBTreeViewDataLink;
Description
DataLink is a TJvDBTreeViewDataLink property used to help the data-aware tree view manage its link to the data source and respond to data events.
DataLink helps TJvCustomDBTreeView to:
- Resolve field bindings for the tree view with fields in the dataset.
- Respond to changes in the values of fields.
- Respond to changes in record currency.
- Respond to changes in the editing state of the dataset.
- Keep track of unposted edits.
Applications should not need to use the DataLink property. It is exposed as a public property so that component writers can use descendant classes to respond to additional data events.
Use DataSource to access the underlying dataset for the data-aware tree view control.
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