|
|
|
|
|
Token (Property) In french: Jeton
The Token property is used to manage the different tokens associated with a "Text token" Edit control. J is Token J.Value = "My token" EditAddToken(EDT_Email, J) // equivalences: // EDT_Email.AddToken(J) // Add(EDT_Email.Token[J]) Info(EDT_Email.Token[1].Value) Syntax
Finding out the value of a token Hide the details
<Result> = <Edit control>.Token[<Token index>]
<Result>: Character string Token value. <Edit control>: Control name Name of the "Text token" Edit control. <Token index>: Integer Index of the token to be handled. The indexes correspond to the current display order of the tokens (and not the initial addition or insertion index of the token).
Related Examples:
|
Unit examples (WINDEV): The Text token edit control
[ + ] Using a "Text token" edit control.
|
|
Unit examples (WEBDEV): The text token edit control
[ + ] Using a "Text token" edit control.
|
|
Unit examples (WINDEV Mobile): The Text token edit control
[ + ] Using a "Text token" edit control.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|