AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Zona Multilínea
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deletes all dynamic rows from a Mutiline Zone control.
Example
// Reinitialize MZ_Network
MZ_Network.DeleteAll()
MZ_Network.AddLine()
Syntax
<Multiline Zone control>.DeleteAll()
<Multiline Zone control>: Control name
Name of the Multiline Zone control to be used.
Remarks
  • All rows added by <Multiline Zone>.AddLine and <Multiline Zone>.InsertLine are deleted.
  • The static rows defined in the window editor are not impacted.
  • The size of the Multiline Zone control is modified to take the deleted rows into account: the control is reduced from 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
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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