خانه > cat > object 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
Object & Class Management
CLASS Declares the use of a class.
Class Many static methods to get information about classes.
CREATE PRIVATE Declares a class as non-creatable.
CREATE STATIC Declares a class as "auto-creatable".
EXPORT Declares a class as exported.
FAST Make all methods of the class compiled by the JIT compiler.
INHERITS Makes a class inherit another one.
IS Returns if an شی is an instance of a class, or one of its descendants.
LAST Returns a reference to the شی that raised the last event.
ME Returns a reference to the current شی.
NEW Instanciates an شی.
Object Many static methods relative to شی management.
SUPER Return a reference to the current شی that will use the public symbols implementation of the inherited class.