JCL Help:TJclThreadPersistent.OnChange
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclThreadPersistent.OnChange Property
[+] TJclThreadPersistent Methods
[+] TJclThreadPersistent Properties
Search in JCL Help
Search in all projects
Summary
Occurs when the image has just changed.
Pascal
public property OnChange: TNotifyEvent;
Description
OnChange is called immediately after the object changes. For example, TJclThreadPersistent’s descendant TJclBitmap32 uses the OnChange event to notify its parent that something was changed in a bitmap, and the screen image must be updated.
Generation of OnChange events can be prevented by calling BeginUpdate.
See Also
TJclThreadPersistent.BeginUpdate TJclThreadPersistent.Changed TJclThreadPersistent.TJclBitmap32 TJclThreadPersistent.TJclThreadPersistent
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