|
|
|
|
<Edit>.TokenCount (Function) In french: <Saisie>.OccurrenceJeton Returns the number of tokens present in a "Text token" Edit control. // Update the caption STC_Info = "Number of recipient: " + EDT_Recipient.TokenCount() Syntax
<Result> = <Edit control>.TokenCount()
<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 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|