RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueryTextArea.Lines Property

Specifies the initial value that appears in the multi-line edit control.

Pascal
property Lines: TStrings;
C++
__property TStrings Lines;

Use Lines to initialize the value that appears in the generated display control.  

Each string in the TStrings object designates a line in the text value. This may affect the formatting, depending on the value of Wrap

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!