* 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> </element>
<!-- function Visibility: public --> <!-- function Visibility: public -->
<element name="TShortCutList.Add"> <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/> <descr/>
<errors/> <errors/>
<seealso/> <seealso/>

View File

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

View File

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