[Overview][Types][Procedures and functions][Variables][Index] |
Creates a Caret (text cursor).
Source position: winapih.inc line 51
function CreateCaret( |
Handle: HWND; |
Bitmap: HBITMAP; |
width: Integer; |
Height: Integer |
):Boolean; |
Handle |
|
The window that owns the caret. |
Bitmap |
|
Bitmap Handle, or zero for a solid (black) caret, 1 for a grey caret. |
width |
|
The width of the caret, in logical units. |
Height |
|
The height of the caret, in logical units. |
False on failure.
This description is taken from the WinAPI, no guarantee for other platforms.
lazarus-ccr.sourceforge.net |