TacAppCursors component
Hierarchy Properties Events Additional built-in cursors |
The acAppCursors component allows to specify the cursor images for non-client parts of your application. You can specify your own default cursor for all controls, custom cursors for form captions, regluar caption buttons, scroll bars, borders, menus and menu items and so forth... One component can change appearance of cursors for entire application, even in standard Windows dialogs (such as OpenDialog / SaveDialog), that you are using in your program.
|
Client | used for client area of controls, if the control haven't custom cursor image (only when Cursor property of this control is crDefault/crArrow);
|
ClientNonVCL | used for client area of non-VCL controls and dialog boxes. In example, in client areas of the standard OpenDialog / SaveDialog windows.
|
Transparent | used when the form is covered by another window.
|
Left, Top, Right, Bottom sides, Upper-left, Upper-right, Bottom-left, Bottom-right corners and non-resizeable border.
|
Close, Maximize, Minimize, Help.
|
Horizontal scrollbar, Vertical scrollbar.
|
Caption, Main menu, System menu, Menu item
|
Additional cursors in Delphi/BCB IDE.
|