RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Generics.Collections.InCircularRange Function

InCircularRange is an internal function used by the Remove method.

Pascal
function InCircularRange(Bottom: Integer; Item: Integer; TopInc: Integer): Boolean;
C++
Boolean InCircularRange(int Bottom, int Item, int TopInc);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!