[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies a function called to load a cursor shape with the specified identifier and return the handle for the cursor image.
Source position: interfacebase.pp line 221
type TLoadCursorFunction = function( |
hInstance: TLCLHandle; |
lpCursorName: PChar |
):HCURSOR; |
hInstance |
|
Handle for the resource where the specified cursor is stored. |
lpCursorName |
|
Identifier for the cursor shape loaded in the routine. |
HCursor handle for the specified cursor shape.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the hInstance parameter.
Version 4.0 | Generated 2025-05-03 | Home |