ITMSMCPCustomCloudImageAI.DestroyCloudImageAI Method
Detaches the implementation from the factory that created it so it can be released.
API unit family: TMS.MCP.CloudImageAI
Declaring type: ITMSMCPCustomCloudImageAI
Syntax
procedure DestroyCloudImageAI;
Remarks
Called by the component when it switches to another service and when it is destroyed. The implementation is reference counted, so it is not freed here; dropping the factory's reference is what allows the last remaining reference to free it.