mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:40:15 +02:00
docs: fixed indentation
git-svn-id: trunk@35245 -
This commit is contained in:
parent
bcee3c3ca7
commit
a23bd6cac8
@ -13528,7 +13528,7 @@ the comparision is case sensitive.
|
|||||||
<p>
|
<p>
|
||||||
<var>MoveTo</var> - method for relocating a node to the specified <var>Destination</var> using the specified mode of attachment</p>
|
<var>MoveTo</var> - method for relocating a node to the specified <var>Destination</var> using the specified mode of attachment</p>
|
||||||
<p>Definition of the modes of attachment:</p>
|
<p>Definition of the modes of attachment:</p>
|
||||||
<pre>naAdd, // add as last sibling of Destination
|
<pre> naAdd, // add as last sibling of Destination
|
||||||
naAddFirst, // add as first sibling of Destination
|
naAddFirst, // add as first sibling of Destination
|
||||||
naAddChild, // add as last child of Destination
|
naAddChild, // add as last child of Destination
|
||||||
naAddChildFirst, // add as first child of Destination
|
naAddChildFirst, // add as first child of Destination
|
||||||
|
Loading…
Reference in New Issue
Block a user