mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
Docs: LazUtils/lazsysutils/textstrings. Fixes links to external topics.
(cherry picked from commit fce9b1ebba
)
This commit is contained in:
parent
39b5c9a78e
commit
f8cabc0609
@ -33,7 +33,7 @@
|
|||||||
</short>
|
</short>
|
||||||
<descr></descr>
|
<descr></descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.SysUtils.GetTickCount64"/>
|
<link id="#rtl.SysUtils.GetTickCount64">GetTickCount64</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
@ -62,10 +62,10 @@
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.classes.TStrings"/>
|
|
||||||
<link id="#lcl.stdctrls.TCustomMemo"/>
|
|
||||||
<link id="#lcl.stdctrls.TMemo"/>
|
|
||||||
<link id="TTextStrings"/>
|
<link id="TTextStrings"/>
|
||||||
|
<link id="#rtl.classes.TStrings">TStrings</link>
|
||||||
|
<link id="#lcl.stdctrls.TCustomMemo">TCustomMemo</link>
|
||||||
|
<link id="#lcl.stdctrls.TMemo">TMemo</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -118,9 +118,9 @@
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
<link id="TCustomMemoStrings"/>
|
||||||
<link id="#lcl.stdctrls.TCustomMemo.Create">TCustomMemo.Create</link>
|
<link id="#lcl.stdctrls.TCustomMemo.Create">TCustomMemo.Create</link>
|
||||||
<link id="#lcl.stdctrls.TMemo">TMemo</link>
|
<link id="#lcl.stdctrls.TMemo">TMemo</link>
|
||||||
<link id="TCustomMemoStrings"/>
|
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -210,10 +210,10 @@
|
|||||||
<link id="TTextStrings.Move"/>
|
<link id="TTextStrings.Move"/>
|
||||||
<link id="TTextStrings.AddObject"/>
|
<link id="TTextStrings.AddObject"/>
|
||||||
<link id="TTextStrings.AddStrings"/>
|
<link id="TTextStrings.AddStrings"/>
|
||||||
<link id="#rtl.classes.TStrings.Strings"/>
|
|
||||||
<link id="#rtl.classes.TStrings.Objects"/>
|
|
||||||
<link id="#rtl.classes.TStrings.Count"/>
|
|
||||||
<link id="TTextLineRange"/>
|
<link id="TTextLineRange"/>
|
||||||
|
<link id="#rtl.classes.TStrings.Strings">TStrings.Strings</link>
|
||||||
|
<link id="#rtl.classes.TStrings.Objects">TStrings.Objects</link>
|
||||||
|
<link id="#rtl.classes.TStrings.Count">TStrings.Count</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
@ -222,7 +222,7 @@
|
|||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>GetCount</var> is overridden in <var>TTextStrings</var> to re-implement the method. It ensures that the internal array of line ranges is valid, and calls <var>BuildArrays</var> when the validity flag has not been set.
|
<var>GetCount</var> is overridden in <var>TTextStrings</var> to re-implement the method. It ensures that the internal array of line ranges is valid, and calls <var>BuildArrays</var> when the validity flag has not been set.
|
||||||
</p>
|
</p></descr>
|
||||||
<p>
|
<p>
|
||||||
The property value is set to the member value used to store the line count.
|
The property value is set to the member value used to store the line count.
|
||||||
</p>
|
</p>
|
||||||
@ -231,7 +231,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.classes.TStrings.Count"/>
|
<link id="#rtl.classes.TStrings.Count">TStrings.Count</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TTextStrings.GetCount.Result">
|
<element name="TTextStrings.GetCount.Result">
|
||||||
@ -754,8 +754,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.classes.TStrings.LoadFromFile">TStrings.LoadFromFile</link>
|
|
||||||
<link id="TTextStrings.SaveToFile"/>
|
<link id="TTextStrings.SaveToFile"/>
|
||||||
|
<link id="#rtl.classes.TStrings.LoadFromFile">TStrings.LoadFromFile</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TTextStrings.LoadFromFile.FileName">
|
<element name="TTextStrings.LoadFromFile.FileName">
|
||||||
@ -770,8 +770,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="#rtl.classes.TStrings.SaveToFile">TStrings.SaveToFile</link>
|
|
||||||
<link id="TTextStrings.LoadFromFile"/>
|
<link id="TTextStrings.LoadFromFile"/>
|
||||||
|
<link id="#rtl.classes.TStrings.SaveToFile">TStrings.SaveToFile</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TTextStrings.SaveToFile.FileName">
|
<element name="TTextStrings.SaveToFile.FileName">
|
||||||
|
Loading…
Reference in New Issue
Block a user