Maximum amount of custom variant types.
Source position: variants.pp line 276
const CMaxNumberOfCustomVarTypes = $0EFF; |
CMaxNumberOfCustomVarTypes is the amount of custom variant types that can be registered. The range of the variant type indicator (vType) only allows a limited amount of variants. This constant is the maximum amount.
|
Variant record. |