mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 22:40:24 +02:00
* 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:
parent
4bc2ef3c3c
commit
06a81a23bd
@ -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/>
|
||||
|
@ -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/>
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user