RemoveFirst Data Member Function

Removes the first object from the <List> and returns a pointer to the object. If the <List> owned the object, ownership of the object is released, but the object's memory is not freed. The object can be manually deleted or ownership can be transferred.

Prototype

Type RemoveFirst()

Examples

Copy Text To Clipboard

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