EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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