AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de controles
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
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local