JCL Help:TWideStrings.Count

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Represents the number of strings in the list.


Pascal

 public property Count: Integer;


Description

Abstract property which indicates the number of WideStrings in the list. You can use this property to iterate over all the items in the list. When doing so keep in mind that the Strings property accepts a zero based index and as such the last string in the list is at index Count - 1.


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