EnglishРусский  
 Share/Save/Bookmark
 

type_delete

Delete the object as located by the pointer. Gentee deletes objects automaticaly. Use this function only if you allocated the memory for the variable.

func type_delete (
   pubyte ptr,
   uint idtype
)

Parameters

ptr The pointer to the memory space where the object being deleted is located.
idtype The type of the object.

Related links

Source

Edit