JCL Help:TJclFileVersionInfo.Items

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Allows for reading user defined keys.


Pascal

 public property Items: TStrings;


Description

UserKeys allows for reading of non standard, or custom, keys within a version resource. This is implemented as an array with a string index. The key you want to read is used as an index into this array. For example: S := V.UserKeys['MyKey']; The property returns the value of the key 'MyKey'.


About

Donator

Marcel van Brakel


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