wwDynamic::Init

The constructor allows you to pass in an existing object reference that is then extended with any properties you assign.

o.Init(loExistingInstance)

Parameters

loExistingInstance
An existing object that will be extended with the properties you add if they don't exist. If passed the object will be added to the dynamic collection in the internal __Reference instance.

If not passed CREATEOBJECT("Empty") is assigned.


See also:

Class wwDynamic

© West Wind Technologies, 2023 • Updated: 01/11/19
Comment or report problem with topic