TdxCustomSmartImage.HandleAllocated Property
In This Article
Identifies if the Smart Image container has a handle associated with the stored image data.
#Declaration
Delphi
property HandleAllocated: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If the Smart Image container is currently empty or suspended (by calling the Dormant procedure), the HandleAllocated property returns False; otherwise, True.
Call the HandleNeeded procedure to recreate a handle for the dormant Smart Image container.
See Also