JCL Help:TWideStrings.Put

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Property write method of the Strings property.


Pascal

 protected procedure Put(Index: Integer; const S: WideString); virtual; abstract;


Parameters

Parameters Description
Index: Integer The zero based index of the WideString to set.
const S: WideString New value for the WideString at the specified Index.


Description

Put is the property write method of the Strings property. In TWideStrings Put does nothing. It is up to descendant classes to override this method and implement it in an appropriate manner.


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