ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Name of Array variable to use. This variable must correspond to a two-dimensional array.
Subscript where the column must be inserted. From this subscript, all the columns will be shifted by 1 column. If <Insertion Subscript> is equal to the number of array columns + 1, the column is added at the end of the array (equivalent to AddColumn). A WLanguage error occurs if <Insertion Subscript> is greater than the number of array columns + 1.
Element of the column that will be inserted into the specified array. Each element corresponds to a row in the array. The type of the added element must be compatible with the type of the relevant row.If none of these parameters is specified, an empty column is inserted into the array. The rows are initialized with the default value of the type of the other array elements.If one of these parameters is not specified, the corresponding row is initialized with the default value of the type of the other array elements.
Inserting a column into an advanced array property
Last update: 04/30/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: