mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:29:10 +02:00
Docs: document that TCustomMemo.Lines cannot store Objects. Issue #0009366.
git-svn-id: trunk@48347 -
This commit is contained in:
parent
c180175375
commit
fe49ab6615
@ -3067,7 +3067,7 @@ Qt and Carbon have not implemented it.</descr>
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomMemo.Lines">
|
<element name="TCustomMemo.Lines">
|
||||||
<short>An array with one string for every line (paragraph) in the control.</short>
|
<short>An array with one string for every line (paragraph) in the control. Whilst it type is TStrings you cannot store Objects inside it.</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
|
Loading…
Reference in New Issue
Block a user