Docs » Autodocs » aml.library » DisposeArticlePart
DisposeArticlePart -- Frees an article part
DisposeArticlePart(part) A0 void DisposeArticlePart(APTR part);
Frees the part object and any associated resources. Note that the part must have already been removed from an article's list with RemArticlePart() before disposing it.
part - Pointer to a part object
CreateArticlePartA()
|