TNotifiablePersistent extends the standard TPersistent class with change notification events. That is, it provides methods and events allowing its descendants to issue notification on their changes. For example, TBitmap32 uses OnChange to notify its container (usually TImage32 or TBitmapLayer) that it was modified and its data has to be repainted to the screen. TNotifiablePersistent, however, does not use or implement automatic change notification itself. This is done in descendants.
Methods | Properties | Events |
---|---|---|
BeginUpdate | UpdateCount | OnChange |
Changed | ||
Create | ||
Destroy | ||
EndUpdate |
TBitmap32, TImage32, TBitmapLayer
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024