mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 14:39:39 +01:00
Minor docs improvements
git-svn-id: trunk@35232 -
This commit is contained in:
parent
fa0d9abec0
commit
d5f10dc54e
@ -274,8 +274,7 @@
|
|||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TNotebook">
|
<element name="TNotebook">
|
||||||
<short>
|
<short>
|
||||||
<var>TNotebook</var> is a container for a series of
|
<var>TNotebook</var> is a container for a series of <var>pages</var> placed together</short>
|
||||||
<var>pages</var> placed together</short>
|
|
||||||
<descr>
|
<descr>
|
||||||
<p><var>TNotebook</var> is a control which can hold a series of pages placed together. Only one page is shown at a time and this control is completely custom drawn, which means that it is available and looks the same in any widgetset which supports TCustomControl. The pages are containers which can hold controls. This control never has tabs. If you are looking for a control with tabs and pages, please see <var>TPageControl</var> instead.</p>
|
<p><var>TNotebook</var> is a control which can hold a series of pages placed together. Only one page is shown at a time and this control is completely custom drawn, which means that it is available and looks the same in any widgetset which supports TCustomControl. The pages are containers which can hold controls. This control never has tabs. If you are looking for a control with tabs and pages, please see <var>TPageControl</var> instead.</p>
|
||||||
<p>To use a Notebook, select its icon from the 'Additional' tab of the Component Palette and place it on the Form. Adjust its size, position, alignment and anchoring as required, by moving the object on the Form or by using the Object Inspector.</p>
|
<p>To use a Notebook, select its icon from the 'Additional' tab of the Component Palette and place it on the Form. Adjust its size, position, alignment and anchoring as required, by moving the object on the Form or by using the Object Inspector.</p>
|
||||||
|
|||||||
@ -179,6 +179,25 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<!-- procedure Visibility: public -->
|
||||||
|
<element name="TCustomShellTreeView.GetBasePath">
|
||||||
|
<short>Returns the lowest possible path in the file system hierarchy. For example "/" in UNIXes or "\" in Windows CE</short>
|
||||||
|
<descr></descr>
|
||||||
|
<errors>
|
||||||
|
</errors>
|
||||||
|
<seealso>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
<!-- procedure Visibility: public -->
|
||||||
|
<element name="TCustomShellTreeView.GetRootPath">
|
||||||
|
<short>Returns the effective root value, returning the value of GetBasePath() of Root is empty or the Root property value otherwise</short>
|
||||||
|
<descr></descr>
|
||||||
|
<errors>
|
||||||
|
</errors>
|
||||||
|
<seealso>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
|
||||||
<!-- procedure Visibility: public -->
|
<!-- procedure Visibility: public -->
|
||||||
<element name="TCustomShellTreeView.GetFilesInDir">
|
<element name="TCustomShellTreeView.GetFilesInDir">
|
||||||
<short>Finds all files/directories directly inside a directory</short>
|
<short>Finds all files/directories directly inside a directory</short>
|
||||||
@ -293,7 +312,7 @@
|
|||||||
|
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomShellTreeView.FileSortType">
|
<element name="TCustomShellTreeView.FileSortType">
|
||||||
<short></short>
|
<short>Indicates how the items should be sorted in the tree</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user