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
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
Example
// Displays a warning message if the input is not valid
STC_InvalidInput.Visible = NOT bValidInput(EDT_Edit.TokenCurrentInput)
Syntax

Reading the value being entered in a "Text token" edit control Hide the details

<Result> = <Edit control>.TokenCurrentInput
<Result>: Character string
  • Value being entered in the "Text token" edit control.
  • Empty string ("") if no value is being entered.
<Edit control>: Control name
Name of the "Text token" edit control being used.

Modifying the value being entered in a "Text token" edit control Hide the details

<Edit control>.TokenCurrentInput = <New value>
<Edit control>: Control name
Name of the "Text token" edit control being used.
<New value>: Character string
New value for the "Text token" edit control.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help