Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.Text Property

Contains a text string associated with the control.

property Text: ecString;

Use the Text property to read the entire text of the memo or specify a new string for the Text value.

When library compiled in UNICODE mode do not use Text property. Text property gives ANSI representation of the memo text. Instead use Lines.Text property. 

It is recommended always to use only Lines.Text or Lines.FText (for read-only operations).

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