JCL Help:TWideStrings.Strings

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Represents the set of WideStrings managed by the class.


Pascal

 public property Strings [Index: Integer]: WideString;


Description

Partial abstract property which contains the set of strings managed by the class. Descendant classes must implement the Get method (Put is implemented through Delete and Insert). Reading the Strings property returns the WideString at the position indicated by the zero based index. Setting the property sets the WideString at the specified index. Note that a possibly associated object is not affected by this. Note that Strings is the default property for TWideStrings and as such can be omitted when reading the Strings property. For example MyWideStrings.Strings[0] is equivalent to MyWideStrings[0]


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