Navigation: Code Documentation > RSCommon > RSConstants > Types
TRSTag Type
Defines the base type for Tag properties and is useful for writing code that works in win32 and .NET. In Win32 and Win64, this type is a NativeInt. For .NET, it is defined as a Variant.
Namespace: RSConstants
Delphi
type TRSTag = NativeInt;
•RSConstants