ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multiline Zone functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes all dynamic rows from a Mutiline Zone control.
Example
// Réinitialisation de ZM_Réseau
ZM_Réseau.SupprimeTout()
ZM_Réseau.AjouteLigne()
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 account of deleted lines: 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.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help