[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TLoadCursorFunction

Specifies a function called to load a cursor shape with the specified identifier and return the handle for the cursor image.

Declaration

Source position: interfacebase.pp line 211

type TLoadCursorFunction = function(

  hInstance: THandle;

  lpCursorName: PChar

):HCURSOR;

Arguments

hInstance

  

Handle for the resource where the specified cursor is stored.

lpCursorName

  

Identifier for the cursor shape loaded in the routine.

Function result

HCursor handle for the specified cursor shape.


Version 3.2 Generated 2024-02-25 Home