Home
|
GR32
|
TNotifiablePersistent
|
|
TNotifiablePersistent.OnChange
property OnChange: TNotifyEvent;
Description
OnChange is called immediately after the object changes. For example, TNotifiablePersistent's descendant TBitmap32, 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
BeginUpdate, Changed, TBitmap32, TNotifiablePersistent
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32
TNotifiablePersistent