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 a dynamic row from a Multiline Zone control.
Example
// Click on [delete]
nRow is int = MZ_Network.Value
mlzDelete(MZ_Network, nRow)
Syntax
mlzDelete(<Multiline Zone control> [, <Position>])
<Multiline Zone control>: Control name
Name of the Multiline Zone control to be used.
<Position>: Optional integer
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). mlzDelete triggers a fatal error if no dynamic row is selected.
  • mlzDelete 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 mlzAddLine or mlzInsertLine). If the Multiline Zone control contains static rows and dynamic rows, the number of static rows must be taken into account.
Remarks
The size of the Multiline Zone control is modified to take the deleted row 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: 04/06/2023

Send a report | Local help