mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 01:49:25 +02:00
Docs: LCL/shellctrls. Updates TShellTreeNode topics for changes in e9d296ce
.
This commit is contained in:
parent
e9d296ce8e
commit
fa631c401c
@ -2751,9 +2751,24 @@ TShellTreeNode is the class type used to create new nodes in the
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
<element name="TShellTreeNode.FFileInfo"/>
|
||||
<!-- private -->
|
||||
<element name="TShellTreeNode.FBasePath"/>
|
||||
|
||||
<!-- protected -->
|
||||
<element name="TShellTreeNode.FFileInfo">
|
||||
<short>
|
||||
Member used to store the TSearchRec instance with file or directory
|
||||
information for the tree node.
|
||||
</short>
|
||||
<seealso>
|
||||
<link id="TShellTreeNode.IsDirectory"/>
|
||||
<link id="TCustomShellTreeView.Root"/>
|
||||
<link id="TCustomShellTreeView.PopulateTreeNodeWithFiles"/>
|
||||
<link id="TCustomShellTreeView.PopulateWithBaseFiles"/>
|
||||
<link id="TFileItem.FileInfo"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
<element name="TShellTreeNode.SetBasePath">
|
||||
<short>Sets the value in the BasePath property.</short>
|
||||
<descr></descr>
|
||||
@ -2765,6 +2780,7 @@ TShellTreeNode is the class type used to create new nodes in the
|
||||
<short>New value for the BasePath property.</short>
|
||||
</element>
|
||||
|
||||
<!-- public -->
|
||||
<element name="TShellTreeNode.ShortFilename">
|
||||
<short>Gets the name for the item represented in the tree node.</short>
|
||||
<descr>
|
||||
|
Loading…
Reference in New Issue
Block a user