Variant.TypeLong deprecated - where to find replacement?

Today Compiler warns me that Variant.TypeLong is deprecated. Of course we are 64Bit now, but in documentation I cannot see any replacement in Class constants of Variants. I am missing something?

Long is not precise.
use Int32, Int64 or UInt32/UInt64.

ah right… so I have to use Variant.TypeInt32 and Variant.TypeInt64 then?
Then the documentation should be updated, this is missing.

The doc pages for Variant and VarType are now updated with TypeInt32 and TypeInt64.