ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
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.See Arrays for more details.
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.See Dynamic instantiation of object for more details.
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.See Dynamic automation object for more details.
Creating a dynamic structure variable Hide the details
Name of the dynamic structure variable to create.
Name of a structure that was declared beforehand.See Dynamic structure for more details.
Special case: the dynamic arrays
Last update: 09/20/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: