mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:59:14 +02:00
Docs: LCL/shellctrls. Updates the TCustomShellTreeView.Create topic for changes in 9cce03ac
.
This commit is contained in:
parent
9f7a95d177
commit
29c8afea6b
@ -711,26 +711,49 @@ the given path.
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<element name="TCustomShellTreeView.Create">
|
<element name="TCustomShellTreeView.Create">
|
||||||
<short>Constructor for the class instance.</short>
|
<short>
|
||||||
|
Constructor for the class instance.
|
||||||
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>Create</var> is the constructor for the class instance. Create calls the
|
<var>Create</var> is the constructor for the class instance. Create calls the
|
||||||
inherited method using the value in <var>AOwner</var> as the owner for the
|
inherited method using the value in <var>AOwner</var> as the owner for the
|
||||||
class instance. Create initializes an internal member used to monitor the
|
class instance.
|
||||||
<var>Root</var> property for changes to its value. Create sets the value in
|
</p>
|
||||||
<var>ObjectTypes</var> to display folders.
|
<p>
|
||||||
|
Create sets the default values for properties, including:
|
||||||
|
</p>
|
||||||
|
<dl>
|
||||||
|
<dt>UseBuiltinIcons</dt>
|
||||||
|
<dd>Set to True top enable the built-in icons in the widgetset class.</dd>
|
||||||
|
<dt>PathDelimiter</dt>
|
||||||
|
<dd>Set to the platform-specific PathDelimiter from the SysUtils unit.</dd>
|
||||||
|
<dt>ObjectTypes</dt>
|
||||||
|
<dd>
|
||||||
|
Set to [otFolders] to display folders (but not files) in the tree view.
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
<p>
|
||||||
|
Create initializes an internal member used to monitor the <var>Root</var>
|
||||||
|
property for changes to its value.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please note: Values in the <var>Items</var> property are populated when the
|
Please note: Values in the <var>Items</var> property are populated when the
|
||||||
<var>Loaded</var> method is called during component streaming.
|
<var>Loaded</var> method is called during component streaming.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 2.4 to initialize the PathDelimiter property.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomShellTreeView.Root"/>
|
|
||||||
<link id="TCustomShellTreeView.ObjectTypes"/>
|
<link id="TCustomShellTreeView.ObjectTypes"/>
|
||||||
|
<link id="TCustomShellTreeView.UseBuiltinIcons"/>
|
||||||
|
<link id="TCustomShellTreeView.Root"/>
|
||||||
<link id="TCustomShellTreeView.Items"/>
|
<link id="TCustomShellTreeView.Items"/>
|
||||||
<link id="TCustomShellTreeView.ShellListView"/>
|
<link id="TCustomShellTreeView.ShellListView"/>
|
||||||
<link id="TCustomShellTreeView.Loaded"/>
|
<link id="TCustomShellTreeView.Loaded"/>
|
||||||
|
<link id="TCustomTreeView.PathDelimiter"/>
|
||||||
|
<link id="#rtl.sysutils.PathDelimiter">SysUtils.PathDelimiter</link>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCustomShellTreeView.Create.AOwner">
|
<element name="TCustomShellTreeView.Create.AOwner">
|
||||||
|
Loading…
Reference in New Issue
Block a user