What is the cursor property for? Its not in the docu.
thanxs,
Alejandra
The value passed should represent the mouse cursor image. It is an index
into the global list of available cursors maintained by the Screen. The
values can include indexes to custom cursors added by an application, in
addition to the predefined constants defined in the control unit. The
following table lists the predefined cursor constants and their position in
the Cursors property array:
Constant Value Image
crDefault 0 Whatever cursor is the default for the window class (usually
crArrow).
crNone -1
crArrow -2
crCross -3
crIBeam -4
crSizeNESW -6
crSizeNS -7
crSizeNWSE -8
crSizeWE -9
crUpArrow -10
crHourGlass -11
crDrag -12
crNoDrop -13
crHSplit -14
crVSplit -15
crMultiDrag -16
crSQLWait -17
crNo -18
crAppStart -19
crHelp -20
crHandPoint -21
crSize -22 (obsolete)
crSizeAll -22
--
Don Hill (TurboPower Software)
"Alejandra Moreno" <almo...@hotmail.com> wrote in message
news:GUDVsGTl...@tpsmail01.turbopower.net...