FMX.ImgList.TCustomImageList Events
InheritedProtected
OnChange | public | If the component is not in the update state, then the OnChange event handler is executed immediately after any change in the TCustomImageList object. Otherwise, OnChange is executed after the EndUpdate method. |
OnChanged | public | This event is risen a short time after one or more changes have been applied to the image list just before sending notifications to all controls that use an image from this image list. |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |