[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows the Caret (text cursor).
Source position: winapih.inc line 272
public function TWidgetSet.ShowCaret( |
hWnd: HWND |
):Boolean; virtual; |
hWnd |
|
The window handle. |
False on failure.
ShowCaret is a Boolean function used to display the caret or text cursor for the window handle specified in hWnd. The return value is True if the caret was successfully displayed in the method.
ShowCaret is a virtual method, and should be overridden in a descendent class to use the platform-specific mechanism(s) for the widgetset. The return value is always False in TWidgetSet.
Use HideCaret to remove the caret from the screen.
Use CreateCaret to create a new caret shape width the required size.
|
Removes the caret from the screen. |
Version 4.0 | Generated 2025-05-03 | Home |