Del Data Member Function

Deletes an object from the <List>. If the <List> owns the object, the underlying memory is released.

Prototype

int32 Del( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to the object you wish to delete from the <List>.

Examples

Copy Text To Clipboard

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