JCL Help:TWideStrings.Values

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the Value part if the list contains strings of the form Name=Value.


Pascal

 public property Values [const Name: WideString]: WideString;


Description

When the list contains strings of the form Name=Value you can use the Values property to get or set the Value part of these strings. Name is the name part of the string whose Value you want to get or set. If the list does not contain a string with the specified Name, reading this property will return an empty string and writing will cause the string to be added to the list. Setting the Value part to an empty string causes the entire WideString to be deleted from the list.


See Also

Names Items


About

Donator

Mike Lischke


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