* fixing a few links. Seems all links to rtl/fcl protected methods still go wrong (not in classtree?)

git-svn-id: trunk@31388 -
This commit is contained in:
marco 2011-06-25 23:14:47 +00:00
parent 4bc2ef3c3c
commit 06a81a23bd
3 changed files with 4 additions and 4 deletions

View File

@ -688,7 +688,7 @@ action handles the current component.
</element>
<!-- function Visibility: public -->
<element name="TShortCutList.Add">
<short>Add a shortcut to the list; implements the <link id="TStrings.Add"/> function</short>
<short>Add a shortcut to the list; implements the <link id="#rtl.classes.TStrings.Add"/> function</short>
<descr/>
<errors/>
<seealso/>

View File

@ -2038,8 +2038,8 @@
<short>
<var>Create</var> - constructor for <var>TColumn</var>: calls inherited <var>Create</var> and sets a design index of appropriate size</short>
<descr>
<var>Create</var> instantiates a new item in a <link id="TCollection"/>. It
is called by the <link id="TCollection.Add"/> function and should under
<var>Create</var> instantiates a new item in a <link id="#rtl.classes.TCollection">TCollection</link>. It
is called by the <link id="#rtl.classes.TCollection.Add">TCollection.Add</link> function and should under
normal circumstances never be called directly.
</descr>
<errors/>

View File

@ -59,7 +59,7 @@
<descr/>
<errors/>
<seealso>
<link id="#rtl.Classes.TObject.NewInstance">TObject.NewInstance</link>
<link id="#rtl.System.TObject.NewInstance">TObject.NewInstance</link>
</seealso>
</element>
<!-- function result Visibility: default -->