[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Instantiate a new custom variant type
Source position: variants.pp line 196
public constructor TCustomVariantType.Create; overload; |
RequestedVarType: tvartype |
); overload; |
RequestedVarType |
|
New custom variant type number |
Create sets up the necessary reference counting mechanisms to act as an interface, and assigns the new variant type identifier. If specified, the RequestedVarType is the variant type that is registered. if it is zero, a new identifier is assigned.
|
Unregister variant type |