JCL Help:TJclThreadPersistent.Changed
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclThreadPersistent.Changed Method
[+] TJclThreadPersistent Methods
[+] TJclThreadPersistent Properties
Search in JCL Help
Search in all projects
Summary
Calls the OnChange event.
Pascal
public procedure Changed; virtual;
Description
Calls the OnChange event, provided the change notification is not masked with BeginUpdate.
Descendants of TThreadPersistent call Changed after making changes to their data or properties.
You will need to call Changed explicitly in your application after leaving the BeginUpdate... EndUpdate block since EndUpdate itself does not internally call Changed.
See Also
TJclThreadPersistent.BeginUpdate TJclThreadPersistent.EndUpdate TJclThreadPersistent.OnChange
About
Donator
Alex Denissov
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