void GB.Ref ( void * object )
Increments the reference counter of an object.
object points at the object.
You must use this function each time you want to keep a reference on a object after the current method or property is terminated.