JCL Help:TWideStrings.Names

From Project JEDI Wiki
Jump to navigationJump to search


Summary

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


Pascal

 public property Names [Index: Integer]: WideString;


Description

When the list contains strings of the form Name=Value you can use the Names property to access the Name part of these strings. Index is the zero based index of the string whose name part to retrieve. If the string is not of the form Name=Value the property will return an empty string.


See Also

Values 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