ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multiline Zone functions
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
mlzDeleteAll(MZ_Network)
mlzAddLine(MZ_Network)
Syntax
mlzDeleteAll(<Multiline Zone control>)
<Multiline Zone control>: Control name
Name of the Multiline Zone control to be used.
Remarks
  • All rows added by mlzAddLine and mlzInsertLine 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.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help