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
Adds the reference of an object at given position in a one-dimensional array.
Example
AnArray is array of AClass
AnObject is AClass
InsertReference(AnArray, InsertionIndex, AnObject)
Syntax
InsertReference(<WLanguage array> , <Index> , <Object>)
<WLanguage array>: Array
Name of the Array variable to use. This array must be a one-dimensional array.
<Index>: Integer
Index where the element will be inserted into the array.
<Object>: Object
Name of the object whose reference is added to the array.
Component: wd290vm.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/11/2023

Send a report | Local help