SetObject Data Member Function

Stores a pointer to an object in the variant.

Prototype

int32 SetObject( Object p_oObject, TypeInformation p_oTypeInfo )

Parameters

Parameter Type Parameter Name Documentation
Objectp_oObjectA pointer to the object.
TypeInformationp_oTypeInfoA pointer to a <TypeInformation> object that specifies the type of object being bound.

Examples

Copy Text To Clipboard

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