JCL Help:TWideStrings.Get

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Abstract property read method for the Strings property.


Pascal

 protected function Get(Index: Integer): WideString; virtual; abstract;


Parameters

Parameters Description
Index: Integer Zero based Index of the WideString. The Index must be between 0 and Count - 1 (inclusive).


Return Value

The WideString at the specified Index. If the specified Index is invalid an exception is raised.


Description

Get is the abstract property read method for the Strings property. Descendant classes must implement this method and return a WideString given an Index.


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