AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
Ejemplo
IF EDT_Email.TokenEnabled = True THEN
EDT_Email.TokenListSeparator = ";.:"
END
Sintaxis

Finding out the separators that trigger the creation of tokens Ocultar los detalles

<Result> = <Edit control>.TokenListSeparator
<Result>: Character string
List of authorized separators for token creation.
Note: 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 Ocultar los detalles

<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.
Note: The Enter key always corresponds to a token separator.
Observaciones
  • 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.
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local