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 Zona Multilínea
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
Deletes a dynamic row from a Multiline Zone control.
Ejemplo
// Clic sur [supprimer]
nLigne is int = ZM_Réseau.Valeur
ZM_Réseau.Supprime(nLigne)
Sintaxis
<Multiline Zone control>.Delete([<Position>])
<Multiline Zone control>: Nombre del control
Name of the Multiline Zone control to be used.
<Position>: Entero opcional
Index of the row to delete.
  • If this parameter is not specified, the deletion will be performed on the current row (if it is a dynamic row). <Multiline Zone>.Delete triggers a fatal error if no dynamic row is selected.
  • <Multiline Zone>.Delete triggers a fatal error if <Position> is greater than the number of rows.
  • The index must match the index of a dynamic row (added by <Multiline Zone>.AddLine or <Multiline Zone>.InsertLine). If the Multiline Zone control contains static rows and dynamic rows, the number of static rows must be taken into account.
Observaciones
The size of the Multiline Zone control is modified to take account of the deleted line: the field is reduced at the bottom.. If controls are located below the Multiline Zone control, they are moved to the top. The useful window height is reduced accordingly.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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