TdxCustomSmartImage.Clear Method
Releases resources and a handle associated with the stored image.
Declaration
procedure Clear; virtual;
Remarks
You can call this procedure to remove the image stored in the Smart Image object. The HandleAllocated property returns False as the result of calling the Clear procedure, since it releases both the memory used to store the image and the associated handle.
See Also