[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unregister variant type
Source position: variants.pp line 198
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 |