SetData Data Member Function

Sets this object's internal pointer to refer to the specified object.

Prototype

int32 SetData( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to any <Type>-derived object to which you wish to bind this pointer. This object takes ownership of the specified object until this object is destroyed unless the object is removed.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.