|
|
|
|
|
EditTokenCount (Function) In french: SaisieOccurrenceJeton Returns the number of tokens present in a "Text token" Edit control.
STC_Info = "Number of recipient: " + EditTokenCount(EDT_Recipient)
Syntax
<Result> = EditTokenCount(<Edit control>)
<Result>: Integer Number of tokens associated with the Edit control. <Edit control>: Control name Name of the "Text token" Edit control. Remarks - If duplicates are allowed in the "Text token" Edit control, they will be included in the number of tokens returned.
- An error is displayed if the Edit control is not a "Text token" Edit control (TokenEnabled property is False).
- The edit control StoredValue property returns the stored values for the tokens, separated by the characters <CR> (Carriage Return).
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|