ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
EditCaret (Function)
In french: SaisieCurseur
Warning
From version 24, InputCursor is kept for backward compatibility. This function is replaced by EditCaret.
Modifies the standard hover cursor for all the edit controls of the application.
Example
EditCaret("MyCaret.cur")
Syntax
EditCaret(<Cursor>)
<Cursor>: Character string
  • Name of cursor file (.cur or .ani file).
  • Empty string ("") to re-enable the standard cursor.
Remarks
  • The MouseCursor property is used to modify the hover cursor of a control. If the hover cursor was modified by the MouseCursor property, EditCaret has no effect on the control cursor.
  • In the editor, you can change the hover cursor used for a control in the "UI" tab of the control description window.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help