TAdvStringGrid, edFloatSpinEdit and wrapping

Hello,


I'm using a TAdvStringGrid with one of the columns set as using a edFloatSpinEdit. It is used to display values in degrees and so I would ideally like a wrap around behaviour when it gets > 360 it wraps around to 0, or < 0 it wraps to 360.

I took a look at the OnFloatSpinClick event, but the value is not var, and so can't be passed back up.

Any other suggestions would be appreciated.

Thanks,

Richard


Try to change the value directly via

  advstringgrid.SpinEdit.FloatValue: double
from this event