System.Generics.Collections.InCircularRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall InCircularRange(int Bottom, int Item, int TopInc);

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections System.Generics.Collections

Description

InCircularRange is an internal function used by the Remove method.

InCircularRange is an internal function used by the Remove method. Do not use it directly.

See Also