ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Creating a dynamic array Hide the details
Name of the dynamic array to use. This array was declared beforehand.
Dimension 1 to 10 of the array (integer value).
Type of the elements found in the array.Remarks:The a and dynamic keywords are optional: they provide better readability.For more details, see Arrays.
Instantiating a dynamic class object Hide the details
Name of the class instance.
Name of the class to instantiate. This name was defined when the class was created in the code editor.
Optional parameters of constructor.For more details, see Dynamic instantiation of object.
Creating a dynamic automation object Hide the details
Name of the dynamic automation object to create. This object was declared beforehand.
Name of the server of dynamic automation object.For more details, see Dynamic automation object.
Creating a dynamic structure variable Hide the details
Name of the dynamic structure variable to create.
Name of a structure that was declared beforehand.For more details, see Dynamic structure.
Special case: the dynamic arrays
Last update: 03/08/2022
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: