JVCL Help:TTagInfoList.AddValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Initializes and updates storage for TTagInfo instances in the list.


Pascal

 procedureAddValue(constValue: TTagInfo);


Parameters

Parameters Description
const Value: TTagInfo Tag information to add to the list.


Description

AddValue is a procedure used to add initialize memory storage and to add the TTagInfo instance in Value to the internal storage for the list. AddValue uses PTagInfo to point to the TTagInfo instance, and calls GetMem to allocate store for the tag information.
AddValue calls the inherited Add method after initializing and storing the content for the TTagInfo instance in Value.
Use Delete or Clear to remove items stored in the list.


See Also

TTagInfoList.Clear


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