Defines constants for RiverSoftAVG products
|
Name
|
Description
|
|
ERSException
|
Base exception class for ALL exceptions unique to RiverSoftAVG software. You can use this exception type to filter for all exceptions from RiverSoftAVG.
|
|
TRSStringStream
|
The TRSStringStream class is a TStringStream descendant that fixes a bug in the VCL.NET implementation of the TStringStream. On the construction of the TStringStream in VCL.NET for Delphi 8 and 2005, the stream position is pointing to the end of the string instead of the beginning as it is in the Win32 implementation.
|
Top
|
|
Name
|
Description
|
|
TRSDWordFiller
|
Use this record to pad records that need to grow based on NativeInt size e.g.,
Delphi
|
TIxInvalidateProperty = packed record Msg: Cardinal; WParamFiller: TRSDWordFiller; Index: LongInt; Unused: array[0..1] of Word; LParamFiller: TRSDWordFiller; Result: LRESULT; end;
|
|
Top
|
|
Name
|
Description
|
|
TRSNativeFloat
|
Defines the native floating point type for a Delphi platform. This defaults to Single for Win32 and Double for 64-bit platforms.
|
|
TRSNativeInt
|
Defines the native integer type for a Delphi platform. This defaults to NativeInt now that Delphi has added that type.
|
|
TRSPointerType
|
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.
|
|
TRSStringPointerType
|
Defines the base pointer type for string pointers (as opposed to normal strings) and is useful for writing code that works in win32 and .NET. In Win32, this type is a PChar. For .NET, it is defined as a String.
|
|
TRSTag
|
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.
|
Top
|
|
Name
|
Description
|
|
CarriageReturn
|
Defines the character for a carriage return on a platform.
Note
|
This constant is redefined because it is wrong in XE2
|
|
|
FloatError
|
Defines the floating point error range for comparing floating point numbers
|
|
FloatFormatStr
|
Defines default for formatting a floating point number into a string
|
|
IndentString
|
Defines a indentation string amount for indenting subsequent lines (after the first line) in multi-string output
|
|
NewLineChar
|
Defines the character for a new line on a platform
|
|
NewLineString
|
Defines the constant for a line break
|
|
pidRS_DESKTOP_SUPPORT
|
Represents constant pidRS_DESKTOP_SUPPORT.
|
|
pidRS_MOBILE_SUPPORT
|
Defines the platform support for components in a RiverSoftAVG product that support only the FMX mobile platforms
|
|
pidRS_PLATFORM_SUPPORT
|
Defines the platform support for components in a RiverSoftAVG product that support all the FMX platforms
|
|
pidRS_WINDOWS_SUPPORT
|
Represents constant pidRS_WINDOWS_SUPPORT.
|
|
RSMaxListSize
|
Defines the maximum size of lists
|
|
SDemoOutOfMemory
|
'Demo out of memory, you have exceeded demo limits'
|
|
tkStringType
|
Defines the string type (ansi or unicode)
|
|
VK_CARRIAGERETURN
|
Defines the virtual key for a carriage return.
|
Top
|