Home > dev > api > cat > class 
 en fr de es it nl pl pt pt_BR mk sq hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Class Management
GB_CLASS The Gambas class datatype.
GB.GetClass Returns the class of a specified object.
GB.GetClassName Returns the class name of a specified object.
GB.ExistClass Returns if a specified class exists.
GB.FindClass Finds a class from its name.
GB.Is Returns if an object is a member of a specified class, of one of its descendant.

Overview

These functions allows you to manage classes identifiers, and to retrieve a class identifier from its name.