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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones de 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
Advertencia
A partir de la versión 17, FieldNoSpace se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por ControlNoSpace.
Specifies whether the space characters on the right of the value found in the control are deleted.
The space characters found on the right of the control are not deleted by default.
Remark: This function can be used on report, window or page controls.. This function is available for backward compatibility with the Hyper File files in 5.5 format containing space characters.
Ejemplo
// Delete the space characters found on the right of controls
ResDelSpace = ControlNoSpace(True)
Sintaxis
<Result> = ControlNoSpace(<Deletion of Space Characters>)
<Result>: Boolean
  • True if the spaces to the right of the controls were already removed (before ControlNoSpace was called),
  • False otherwise.
<Deletion of Space Characters>: Boolean
  • True if the space characters found on the right of the controls (and in each table column) must be deleted,
  • False otherwise.
Observaciones
  • ControlNoSpace affects all project controls until the next call to ControlNoSpace
  • ControlNoSpace does not affect Combo Box or List Box controls (editable or not).
  • ControlNoSpace does not apply when the table columns are assigned by TableAdd.
  • The ControlNoSpace function does not apply after user input: if the user types spaces at the end of the field, these spaces are recovered.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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