[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new shape for the system caret and assigns ownership of the caret to the specified window.
Source position: winapih.inc line 51
public function TWidgetSet.CreateCaret( |
Handle: HWND; |
Bitmap: HBITMAP; |
width: Integer; |
Height: Integer |
):Boolean; virtual; |
Handle |
|
The window that owns the caret. |
Bitmap |
|
Bitmap Handle, or zero for a solid (black) caret, 1 for a grey caret. |
False on failure.
Version 4.0 | Generated 2025-05-03 | Home |