RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpDown.Wrap Property

Specifies how the up-down control handles attempts to exceed the value of Max or Min.

Pascal
property Wrap: Boolean;
C++
__property Boolean Wrap;

Use Wrap to specify whether the up-down control treats the range determined by the Max and Min properties as a continuous loop. If Wrap is true, the value of Position becomes the value of the Min property when the user increments Position beyond the value of Max, and becomes the value of Max when the user decrements Position beyond the value of Min. 

 

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