TCustomVariantType.Destroy
Unregister variant type
Declaration
Source position: variants.pp line 198
public 
  destructor Destroy;  Override;
Description
Destroy unregisters the custom variant type and removes the instance from memory. After this is called, variants with the (now unregistered) type can no longer be used.
See also
| Name | Description | 
|---|---|
| TCustomVariantType.Create | Instantiate a new custom variant type |