Range

From RAD Studio
Jump to: navigation, search

Go Up to Debug Windows Index


Range command (context menu of Debug Inspector)

Use the Range dialog box (C++ only) to set properties of an array or a pointer. If you set a range for a pointer, the Debug Inspector treats the pointer as it were pointing to an array, regardless of whether the pointer actually points to an array.


Column Description

Start

Specifies the starting array index.

Count

Specifies the number of array items to display.


To use the Range settings

If you are inspecting an array that contains 3000 elements, but you want to inspect items 75 through 200, specify:

  • Start 75
  • Count 125

See Also