|
|
|
|
|
TokenEnabled (Property) In french: JetonActif
The TokenEnabled property determines if an Edit control is a "Text token" Edit control. IF EDT_Email.TokenEnabled = True THEN EDT_Email.TokenListSeparator = ";.:" + TAB END
Syntax
Determining if the Edit control is of type "Text token" Hide the details
<Result> = <Edit control>.TokenEnabled
<Result>: Boolean - True if the Edit control is a "Text token" Edit control.
- False otherwise.
<Edit control>: Control name Name of the Edit control used. Remarks When the TokenEnabled property is set to True, if the user enters a separator character or a carriage return (CR), a token is automatically added and the user can continue entering values in the control. A token is a text block that allows the user to distinguish the different elements entered in a control. For example, tokens are used to easily identify the different recipients of an email. The value returned or stored by a "Text token" Edit control is a string separated by CR. For example: paul@mail1.com<CR>mar@mail2.com The separators that trigger the creation of new tokens in an Edit control are defined by 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|