Navigation: Code Documentation > RSCommon > RSConstants > Constants
RSMaxListSize Constant
Defines the maximum size of lists
Namespace: RSConstants
Delphi
RSMaxListSize = MaxInt div SizeOf(Pointer) - 1;
Value
Type: Void
•RSConstants