Home / api / name / gb_object 
GB_OBJECT
Syntax
typedef
  struct {
    GB_TYPE type;
    void *value;
    long _reserved[2];
    }
  GB_OBJECT;

This structure represents any Object Gambas value.

See also

Gambas Value Datatype