property OnChange: TNotifyEvent;
OnChange is an abstract change notification event, which is called by some of the descendants of TCustomPaintBox32 immediately after changes have been made to their contents.
In TCustomImage32, for example, this includes redirection of change notification events from the contained bitmap and from layers.
This event, however, is not called by TCustomPaintBox32 control itself, unless you call the Changed method explicitly.
Change notification may be disabled with BeginUpdate call and re-enabled with EndUpdate call.
TCustomImage32, BeginUpdate, Changed, EndUpdate, TCustomPaintBox32
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024