الرئيسية > dev > api > name > gb.unref 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  See english version 
GB.Unref
void GB.Unref ( void **object )

Decrements the reference counter of an object. If the reference counter becomes nil, the object is freed.

 **object must receive the address of a المتغير containing a pointer at the object. If the object is freed, this variable is automatically reset to null.

You must use this function each time you finish keeping an object reference and so must release it.

إنظر أيضا

api/cat/object