JCL Help:TWideStrings.Objects

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Represents the set of objects associated with the strings.


Pascal

 public property Objects [Index: Integer]: TObject;


Description

Objects contains a set of objects associated with the strings contained in the list. Reading the Objects property in TWideStrings returns nil and setting this property does nothing. Descendant classes can, and usually will, override this behavior to allow you to associate objects with the strings. The Objects and Strings properties are in synch, that is, the object at index zero is the object associated with the string at index 0, the same goes for index 1, 2, ... Count - 1. If a string is not associated with an object, reading the Objects property returns nil.


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