Visit Gigasoft's Web Site
 ProEssentials v9 Help

ArrowCursor

Scope

All ProEssentials Objects.

Type

Handle/Int32

Default

1 (ARROW)

Custom

NA

Ocx|Vcl

ArrowCursor

DLL

PEP_hARROWCURSOR

 

Purpose

ArrowCursor is the handle to a Windows cursor which will be used as the controls arrow. The following constants will select standard Windows cursors;

  1. ARROW

  2. IBEAM

  3. IDC_WAIT

  4. CROSS

  5. UPARROW

  6. SIZE

  7. ICON (currently not supported)

  8. SIZENWSE

  9. SIZENESW

  10. SIZEWE

  11. SIZENS

Comments

You can use the LoadCursor Windows API to load a cursor and then pass the resulting handle to this property. If you do this, dont forget to reset this property back to 1 and use DestroyCursor on the cursor handle you created with LoadCursor.

 

See Also: HandCursor, ZoomCursor, and NoDropCursor