ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
HandwrittenInput (Property)
In french: SaisieManuscrite
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively). You can:
  • Find out whether an RTF Edit control allows handwritten input.
  • Allow handwritten input in an RTF Edit control.
This property is equivalent to the "Handwritten input (PC tablet)" option in the "General" tab of the Edit control description window.
Example
// Allow the handwritten input
EDT_RTFEdit.HandwrittenInput = True
Syntax

Finding out whether the handwritten input is allowed by the control Hide the details

<Handwritten input> = <Edit control>.HandwrittenInput
<Handwritten input>: Boolean
  • True if the handwritten input is allowed by the edit control,
  • False otherwise.
<Edit control>: Control name
Name of the edit control used. This control must be an RTF edit control.

Allowing (or not) the handwritten input Hide the details

<Edit control>.HandwrittenInput = <Handwritten input>
<Edit control>: Control name
Name of the edit control used. This control must be an RTF edit control.
<Handwritten input>: Boolean
  • True if the handwritten input must be allowed by the edit control,
  • False otherwise.
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help