[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the Picture property in the image control has been changed.
Source position: dbctrls.pp line 1195
protected procedure TDBImage.PictureChanged( |
Sender: TObject |
); override; |
Sender |
|
Object for the event notification. |
PictureChanged is an overridden method in TDBImage, and calls the inherited method. PictureChanged ensures that the Change method is called if it has not already been executed.
PictureChanged is assigned as the OnChange event handler for the TPicture instance in the Picture property.
|
Performs actions needed when the Picture property has been changed. |
|
|
OnChange - Event handler for any change in the picture. |
Version 4.0 | Generated 2025-05-03 | Home |