| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Maximum amount of custom variant types
Source position: variants.pp line 269
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.  |