|
|
|
|
|
TokenCurrentInput (Property) In french: JetonSaisieEnCours
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" Edit control. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|