Maximum value for variant type.
Source position: variants.pp line 278
const CMaxVarType = CMinVarType + CMaxNumberOfCustomVarTypes; |
CMaxVarType is the maximum allowed value for vType when registering a variant type, instantiating a TCustomVariantType to register a variant type. It is better not to specify a value, but let the system allocate a custom variant type.
|
Instantiate a new custom variant type. |
|
|
Base class for a custom variant type. |