|
|
|
|
|
EditDeleteToken (Function) In french: SaisieSupprimeJeton Deletes a token from a "Text token" Edit control. // Click [Delete the test robot] EditDeleteToken(EDT_Recipient, "robotmail@address.test.com") Syntax
Deleting a token identified by its value Hide the details
<Result> = EditDeleteToken(<Edit control> , <Value>)
<Result>: Boolean - True if the token was deleted,
- False otherwise. To get more details on the error, use ErrorInfo.
<Edit control>: Control name Name of the "Text token" Edit control. <Value>: Character string Stored value of the token to be deleted. If several tokens have the same value, only the first token will be deleted.
Deleting a token identified by its index Hide the details
<Result> = EditDeleteToken(<Edit control> , <Index>)
<Result>: Boolean - True if the token was deleted,
- False otherwise. To get more details on the error, use ErrorInfo.
<Edit control>: Control name Name of the "Text token" Edit control. <Index>: Integer Index of the token to be deleted.
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.
|
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|