2.0
3.0
>
dev
>
api
>
name
>
gb.storeobject
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
GB.StoreObject
void
GB.StoreObject
( GB_OBJECT *
src
, char **
dst
)
Store a
Gambas
object reference into memory.
src
points at the object value.
dst
is the memory address where the object reference will be stored.
If another object was stored in
dst
, it is released before being replaced by the new one.
See also
api/cat/store