[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
First allocated user type
Source position: variants.pp line 273
const CFirstUserType = CMinVarType + CIncVarType; |
CFirstUserType is the first allocated value for vType when registering a variant type by the RTL, when instantiating a TCustomVariantType to register a variant type. It is better not to specify a custom variant type value, but let the system allocate a custom variant type.
|
Instantiate a new custom variant type |
|
|
Base class for a custom variant type |
|
|
First allocated user type |