Skip to main content

IcxImageCollectionListener.ImageCollectionDestroyed Method

Notifies a registered listener that the TcxImageCollection component is destroyed.

Declaration

procedure ImageCollectionDestroyed;

Remarks

When an image collection is being destroyed, the listener’s reference is automatically removed from the image collection’s list of registered listeners.

Implement the ImageCollectionDestroyed method to perform specific actions when the image collection is being destroyed.

See Also