ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Declaring a dynamic object
<ObjectName> Name that identifies the instance of the class.<ClassName> Name that identifies the class, defined when creating the class in the code editor.
Name that identifies the instance of the class.
Name that identifies the class, defined when creating the class in the code editor.
Instantiating a dynamic object
<ObjectName> Name that identifies the instance of the class.<ClassName> Name that identifies the class, defined when creating the class in the code editor.<Parameters> Optional parameters of constructor.
Optional parameters of constructor.
Freeing a dynamic object
<ObjectName> Name that identifies the instance of the class.
<ObjectName> Name identifying the instance of the class.Versions 16 and laterThis parameter can correspond to a non-dynamic object.New in version 16This parameter can correspond to a non-dynamic object.This parameter can correspond to a non-dynamic object.
Name identifying the instance of the class.Versions 16 and laterThis parameter can correspond to a non-dynamic object.New in version 16This parameter can correspond to a non-dynamic object.This parameter can correspond to a non-dynamic object.
Remarks
Last update: 09/22/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: