GB_CLASS GB.GetClass ( void * object )
Returns the class of the specified object.
object is an object reference.
If object is null, then the class used for calling the method or the property is returned.
For example, the Form.Dialog
method uses the previous feature to know which form class must
be created and shown.