Navigation: Code Documentation > RSCommon > RSConstants > Types
TRSPointerType Type
Defines the base pointer type and is useful for writing code that works in win32 and .NET. In Win32, this type is a Pointer. For .NET, it is defined as a TObject.
Namespace: RSConstants
Delphi
type TRSPointerType = Pointer;
•RSConstants.TRSStringPointerType
•RSConstants