Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TCustomBitmap32🞂PropertyChangedMethodPublic

TCustomBitmap32.PropertyChanged

Notifies the bitmap and active backend instance that a property setting has been modified.

Declaration ​

pascal
procedure PropertyChanged; virtual;

Description ​

PropertyChanged is called internally when properties such as DrawMode, CombineMode, or WrapMode are modified to update backend state and trigger change notifications.

Example ​

pascal
Bitmap.PropertyChanged;