ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Queue, stack, list and array functions / Array 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 column at a given position from the advanced array property (array of gglCalendar events, etc.).
The array size is automatically reduced.
Syntax
DeleteColumn(<WLanguage array> , <Column index>)
<WLanguage array>: Array
Name of the Array variable to use. This array must be a two-dimensional array.
<Column index>: Integer
Index of the column to delete. A WLanguage error occurs if this parameter is greater than the number of columns found in the array.
Component: wd290vm.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help