Show: Delphi
C++
Display Preferences
MidItems.TQueryTextArea.Lines
From XE2 API Documentation
Delphi
property Lines: TStrings read FLines write SetLines;
C++
__property System::Classes::TStrings* Lines = {read=FLines, write=SetLines};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | MidItems.pas MidItems.hpp |
MidItems | TQueryTextArea |
Description
Specifies the initial value that appears in the multi-line edit control.
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.