JVCL Help:TTagInfoList.Clear

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Removes TTagInfo instances stored in the list.


Pascal

 procedureClear; override;


Description

Clear is an overridden procedure in TTagInfoList used to remove instances of TTagInfo allocated to the internal storage for the list. Clear ensures the memory allocated to any TTagInfo instances in AddValue is freed, and calls the inherited Clear method.
Use AddValue to create and allocate memory for TTagInfo instances in the list.


See Also

TTagInfoList.AddValue


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page