Links
EControl Syntax Editor SDK
TSyntMemoStrings.Put Method

Changes the value of the string with a specified index.

procedure Put(Index: Integer; const S: ecString); override;

Put changes the value of the string with the index specified by Index to S. Put does not change the object at the specified position. That is, any object associated with the previous string becomes associated with the new string.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!