JVCL Help:TTagInfoList.Clear
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TTagInfoList.Clear Method
[+] TTagInfoList Methods
Search in JVCL Help
Search in all projectsSummary
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
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