System.Generics.Collections.InCircularRange

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

InCircularRange est une fonction interne utilisée par la méthode Remove.

InCircularRange est une fonction interne utilisée par la méthode Remove. Ne l'utilisez pas directement.

Voir aussi