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 varias
  • Multiline controls in a report
  • Limitations
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
In a window or page, the Multiline property is used to:
  • determine if an edit control supports multiline text or make it multiline-compatible.
  • determine if a table control supports multiline text or make a table column multiline-compatible. For reflect this change, refresh the Table control (with TableDisplay, for example) or populate the Table control again.
In a report, the Multiline property is used to:
  • determine if a control supports multiline text
  • modify the "Multiline" option of a control.
Remarks:
  • The "Multiline" option is used to display the content of a control over several lines without truncating its content.
  • In the reports, the multiline option applies to the Static, Item, Calculated and Link controls. This option is located in the "Details" tab of the control description.
Ejemplo
// Does the "EDT_Address" control support multiline text?
ResMultiline = EDT_Address.Multiline
Sintaxis

Determining if a control supports multiline text Ocultar los detalles

<Result> = <Control used>.Multiline
<Result>: Boolean
  • True if the specified control supports multiline text,
  • False otherwise.
<Control used>: Control name
Name of the control to be used.

Modifying the "Multiline" option of a control Ocultar los detalles

<Control used>.Multiline = <Is multiline?>
<Control used>: Control name
Name of the control to be used.
<Is multiline?>: Boolean
  • True if the specified control must support multiline text,
  • False if the specified control must not support multiline text.
Observaciones
WEBDEV - Código Servidor

Multiline controls in a report

If an orientation angle is applied to a multiline control in a report, the automatic carriage returns are ignored. Only the manual CR characters are taken into account.

Limitations

WEBDEV - Código Servidor In a report, the Multiline property applies only to:
  • Static Text control,
  • Item controls,
  • Calculated controls,
  • Link controls.
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: 10/05/2025

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