Adds a <Type> derived object 'Obj' to the <List> as a reference. The object is not owned by the <List> and will not be deleted when the <List> is deleted.
int32 Refers( Type p_oObject )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Type> | p_oObject | The object to add to the <List>. |
None published. Please look for an example in the Simdify Scripting Language code base.