TdxUIAdornerManager.Destroy Method
Destroys a TdxUIAdornerManager class instance.
Declaration
destructor Destroy; override;
Remarks
Call this destructor to destroy a UI adorner manager component and all its content. The destructor frees both the badge and guide collections and calls the inherited destructor to free the memory and resources previously allocated by the constructor call.
See Also