Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
QRbwDynamicCursor
defines TQRbwDynamicCursor which provides a convenient way to draw a cursor at runtime.
Name | Description |
---|---|
Class ECustomCursorError |
ECustomCursorError is raised if you attempt to assign the TQRbwDynamicCursor.Cursor property to one of the predefined cursor constants. |
Class TQRbwDynamicCursor |
TQRbwDynamicCursor provides a convenient way to draw a cursor at runtime. |
procedure Register; |
Procedure CreateACursor(const ABitmap, AMask : TBitMap; const CursorNumber, HotPointX, HotPointY : integer); |
TDrawCursor = procedure(Sender : TObject; const ABitMap, AMask : TBitMap) of object; |
procedure Register; |
Published declarations |
TDrawCursor = procedure(Sender : TObject; const ABitMap, AMask : TBitMap) of object; |