JVCL Help:TJvCustomItemViewer.Changed
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.Changed Method
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Responds when Count or Items changes.
Pascal
procedureChanged;
Description
Changed is called automatically when Items change or when the EndUpdate method signals that an update is complete. It checks the value of UpdateCount, and if it is 0, calls the UpdateAll method, which performs any necessary updates.
When writing a viewer descendant, there is no need to call Changed. Instead, bracket any changes by calls to BeginUpdate and EndUpdate.
See Also
TJvCustomItemViewer.BeginUpdate, TJvCustomItemViewer.EndUpdate, TJvCustomItemViewer.UpdateCount
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