Unregister variant type.
Source position: variants.pp line 205
public destructor TCustomVariantType.Destroy; override; |
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.
|
Instantiate a new custom variant type. |