ObjectG.stealData

Remove a specified datum from the object's data associations, without invoking the association's destroy handler.

class ObjectG
void*
stealData
(
string key
)

Parameters

key string

name of the key

Return Value

Type: void*

the data if found, or NULL if no such data exists.