|
|
|
|
|
TokenListSeparator (Property) In french: JetonListeSéparateur
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control. IF EDT_Email.TokenEnabled = True THEN EDT_Email.TokenListSeparator = ";.:" END
Syntax
Finding out the separators that trigger the creation of tokens Hide the details
<Result> = <Edit control>.TokenListSeparator
<Result>: Character string List of authorized separators for token creation. Remark: The Enter key always corresponds to a token separator. <Edit control>: Control name Name of the Edit control used.
Modifying the separators that trigger the creation of tokens Hide the details
<Edit control>.TokenListSeparator = <New separators>
<Edit control>: Control name Name of the Edit control used. <New separators>: Character string List of authorized separators for token creation. Remark: The Enter key always corresponds to a token separator. Remarks - An error is generated:
- if the edit control is not a "Text token" Edit control.
- if the TokenEnabled property corresponds to False.
- Each character specified with the TokenListSeparator property is processed individually. For example, if the TokenListSeparator property corresponds to ";:", entering ':' triggers the creation of a token.
- The Enter key always triggers the creation of a token, so it is not necessary to add it to the list of separators of the TokenListSeparator property.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|