mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
Improves spin and shellctrls documentation
git-svn-id: trunk@34959 -
This commit is contained in:
parent
9509a8d797
commit
5248513e5d
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<fpdoc-descriptions>
|
<fpdoc-descriptions>
|
||||||
<package name="lcl">
|
<package name="lcl">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
====================================================================
|
====================================================================
|
||||||
@ -8,10 +8,10 @@
|
|||||||
====================================================================
|
====================================================================
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<module name="ShellCtrls">
|
<module name="ShellCtrls">
|
||||||
<short>Controls which display files and directories</short>
|
<short>Controls which display files and directories</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
|
|
||||||
<!-- unresolved type reference Visibility: default -->
|
<!-- unresolved type reference Visibility: default -->
|
||||||
<element name="Classes">
|
<element name="Classes">
|
||||||
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<!-- enumeration type Visibility: default -->
|
<!-- enumeration type Visibility: default -->
|
||||||
<element name="TObjectType">
|
<element name="TObjectType">
|
||||||
<short></short>
|
<short>Indicates which objects should be visible in a shell control</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -60,22 +60,22 @@
|
|||||||
|
|
||||||
<!-- enumeration value Visibility: default -->
|
<!-- enumeration value Visibility: default -->
|
||||||
<element name="TObjectType.otFolders">
|
<element name="TObjectType.otFolders">
|
||||||
<short></short>
|
<short>Indicates that folders, also known as directories, should be visible. This include folders which represent virtual objects such as hard drives. Hidden folders are shown only if otHidden is also present.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- enumeration value Visibility: default -->
|
<!-- enumeration value Visibility: default -->
|
||||||
<element name="TObjectType.otNonFolders">
|
<element name="TObjectType.otNonFolders">
|
||||||
<short></short>
|
<short>Indicates that non-folder objects should be shown, which are usually files. Hidden files will be shown if otHidden is also present.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- enumeration value Visibility: default -->
|
<!-- enumeration value Visibility: default -->
|
||||||
<element name="TObjectType.otHidden">
|
<element name="TObjectType.otHidden">
|
||||||
<short></short>
|
<short>Indicates that hidden objects should be shown. This value is meaningful together with one of the other values.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- set type Visibility: default -->
|
<!-- set type Visibility: default -->
|
||||||
<element name="TObjectTypes">
|
<element name="TObjectTypes">
|
||||||
<short></short>
|
<short>Indicates which objects should be visible in a shell control</short>
|
||||||
<descr>
|
<descr>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -259,23 +259,9 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.Align">
|
<element name="TShellTreeView.Align" link="#LCL.Controls.TControl.Align"/>
|
||||||
<short></short>
|
<element name="TShellTreeView.Anchors" link="#LCL.Controls.TControl.Anchors"/>
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.Anchors">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.AutoExpand">
|
<element name="TShellTreeView.AutoExpand">
|
||||||
@ -286,14 +272,8 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.BorderSpacing">
|
<element name="TShellTreeView.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.BackgroundColor">
|
<element name="TShellTreeView.BackgroundColor">
|
||||||
@ -304,59 +284,19 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.BorderStyle">
|
<element name="TShellTreeView.BorderStyle" link="#LCL.Controls.TWinControl.BorderStyle"/>
|
||||||
<short></short>
|
<!-- property Visibility: published -->
|
||||||
<descr>
|
<element name="TShellTreeView.BorderWidth" link="#LCL.Controls.TWinControl.BorderWidth">
|
||||||
</descr>
|
<short/>
|
||||||
<seealso>
|
<descr/>
|
||||||
</seealso>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
|
<!-- property Visibility: published -->
|
||||||
<!-- property Visibility: published -->
|
<element name="TShellTreeView.Color" link="#LCL.Controls.TControl.Color"/>
|
||||||
<element name="TShellTreeView.BorderWidth">
|
<element name="TShellTreeView.Ctl3D" link="#LCL.Controls.TControl.Ctl3D"/>
|
||||||
<short></short>
|
<element name="TShellTreeView.Constraints" link="#LCL.Controls.TControl.Constraints"/>
|
||||||
<descr>
|
<element name="TShellTreeView.Enabled" link="#LCL.Controls.TControl.Enabled"/>
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.Color">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.Ctl3D">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.Constraints">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.Enabled">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.ExpandSignType">
|
<element name="TShellTreeView.ExpandSignType">
|
||||||
@ -413,13 +353,7 @@
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.PopupMenu">
|
<element name="TShellTreeView.PopupMenu" link="#LCL.Controls.TControl.PopupMenu"/>
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.ReadOnly">
|
<element name="TShellTreeView.ReadOnly">
|
||||||
@ -476,13 +410,7 @@
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.ShowHint">
|
<element name="TShellTreeView.ShowHint" link="#LCL.Controls.TControl.ShowHint"/>
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.ShowLines">
|
<element name="TShellTreeView.ShowLines">
|
||||||
@ -503,22 +431,8 @@
|
|||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.TabOrder">
|
<element name="TShellTreeView.TabStop" link="#LCL.Controls.TWinControl.TabStop"/>
|
||||||
<short></short>
|
<element name="TShellTreeView.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/>
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.TabStop">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.Tag">
|
<element name="TShellTreeView.Tag">
|
||||||
@ -538,14 +452,8 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.Visible">
|
<element name="TShellTreeView.Visible" link="#LCL.Controls.TControl.Visible"/>
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.OnChange">
|
<element name="TShellTreeView.OnChange">
|
||||||
@ -574,59 +482,12 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<element name="TShellTreeView.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/>
|
||||||
<element name="TShellTreeView.OnKeyDown">
|
<element name="TShellTreeView.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/>
|
||||||
<short></short>
|
<element name="TShellTreeView.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/>
|
||||||
<descr>
|
<element name="TShellTreeView.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/>
|
||||||
</descr>
|
<element name="TShellTreeView.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/>
|
||||||
<seealso>
|
<element name="TShellTreeView.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/>
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnKeyPress">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnKeyUp">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnMouseDown">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnMouseMove">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnMouseUp">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.OnSelectionChanged">
|
<element name="TShellTreeView.OnSelectionChanged">
|
||||||
@ -637,24 +498,8 @@
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<element name="TShellTreeView.OnShowHint" link="#LCL.Controls.TControl.OnShowHint"/>
|
||||||
<element name="TShellTreeView.OnShowHint">
|
<element name="TShellTreeView.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TShellTreeView.OnUTF8KeyPress">
|
|
||||||
<short></short>
|
|
||||||
<descr>
|
|
||||||
</descr>
|
|
||||||
<seealso>
|
|
||||||
</seealso>
|
|
||||||
</element>
|
|
||||||
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TShellTreeView.Options">
|
<element name="TShellTreeView.Options">
|
||||||
<short></short>
|
<short></short>
|
||||||
|
@ -59,8 +59,8 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomFloatSpinEdit">
|
<element name="TCustomFloatSpinEdit">
|
||||||
<short/>
|
<short>The base class for the float-based spin control</short>
|
||||||
<descr/>
|
<descr><p>The base class for the float-based spin edit control.</p></descr>
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -316,29 +316,37 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomFloatSpinEdit.MinValue">
|
<element name="TCustomFloatSpinEdit.MinValue">
|
||||||
<short>Minimal value of spin edit.</short>
|
<short>Minimal value allowed for the spin edit.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>Minimal value of spin edit. Set the MinValue property equal to MaxValue for unlimited spin edit value.</p>
|
<p>Minimal value allowed for the spin edit. Set the MinValue property equal to MaxValue to allow any number to be selected.</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomFloatSpinEdit.MaxValue"/>
|
<link id="TCustomFloatSpinEdit.MaxValue"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.Value"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.Increment"/>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomFloatSpinEdit.MaxValue">
|
<element name="TCustomFloatSpinEdit.MaxValue">
|
||||||
<short>Maximal value of spin edit.</short>
|
<short>Maximal value allowed for the spin edit.</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>Maximal value of spin edit. Set the MinValue property equal to MaxValue for unlimited spin edit value.</p>
|
<p>Maximal value allowed for the spin edit. Set the MinValue property equal to MaxValue to allow any number to be selected.</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomFloatSpinEdit.MinValue"/>
|
<link id="TCustomFloatSpinEdit.MinValue"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.Value"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.Increment"/>
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomFloatSpinEdit.Value">
|
<element name="TCustomFloatSpinEdit.Value">
|
||||||
<short>Value of spin edit.</short>
|
<short>The value of spin control.</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TCustomFloatSpinEdit.MinValue"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.MaxValue"/>
|
||||||
|
<link id="TCustomFloatSpinEdit.Increment"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomFloatSpinEdit.ValueEmpty">
|
<element name="TCustomFloatSpinEdit.ValueEmpty">
|
||||||
@ -348,10 +356,8 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TFloatSpinEdit">
|
<element name="TFloatSpinEdit">
|
||||||
<short>The class for float spin edit control.</short>
|
<short>The main class for the float-based spin control</short>
|
||||||
<descr>
|
<descr><p>The main class for the float-based spin edit control. Use TFloatSpinEdit to allow user to pick float value.</p></descr>
|
||||||
<p>The class for float spin edit control. Use TFloatSpinEdit to allow user to pick float value.</p>
|
|
||||||
</descr>
|
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TSpinEdit"/>
|
<link id="TSpinEdit"/>
|
||||||
@ -364,17 +370,8 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.Align">
|
<element name="TFloatSpinEdit.Align" link="#LCL.Controls.TControl.Align"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.Anchors" link="#LCL.Controls.TControl.Anchors"/>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.Anchors">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.AutoSelect">
|
<element name="TFloatSpinEdit.AutoSelect">
|
||||||
<short/>
|
<short/>
|
||||||
@ -382,23 +379,9 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.AutoSize">
|
<element name="TFloatSpinEdit.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
|
||||||
<descr/>
|
<element name="TFloatSpinEdit.Constraints" link="#LCL.Controls.TControl.Constraints"/>
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.BorderSpacing">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.Constraints">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.DecimalPlaces">
|
<element name="TFloatSpinEdit.DecimalPlaces">
|
||||||
<short/>
|
<short/>
|
||||||
@ -406,29 +389,11 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.Enabled">
|
<element name="TFloatSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/>
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.Increment">
|
<element name="TFloatSpinEdit.Increment" link="TCustomFloatSpinEdit.Increment"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.MaxValue" link="TCustomFloatSpinEdit.MaxValue"/>
|
||||||
<descr/>
|
<element name="TFloatSpinEdit.MinValue" link="TCustomFloatSpinEdit.MinValue"/>
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.MaxValue">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.MinValue">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.OnChange">
|
<element name="TFloatSpinEdit.OnChange">
|
||||||
<short>The OnChange event is fired when spin edit value has changed.</short>
|
<short>The OnChange event is fired when spin edit value has changed.</short>
|
||||||
@ -457,71 +422,17 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.OnEnter">
|
<element name="TFloatSpinEdit.OnEnter" link="#LCL.Controls.TWinControl.OnEnter"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.OnExit" link="#LCL.Controls.TWinControl.OnExit"/>
|
||||||
<descr/>
|
<element name="TFloatSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/>
|
||||||
<seealso/>
|
<element name="TFloatSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/>
|
||||||
</element>
|
<element name="TFloatSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/>
|
||||||
<!-- property Visibility: published -->
|
<element name="TFloatSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/>
|
||||||
<element name="TFloatSpinEdit.OnExit">
|
<element name="TFloatSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/>
|
||||||
<descr/>
|
<element name="TFloatSpinEdit.OnResize" link="#LCL.Controls.TControl.OnResize"/>
|
||||||
<seealso/>
|
<element name="TFloatSpinEdit.ParentShowHint" link="#LCL.Controls.TControl.ParentShowHint"/>
|
||||||
</element>
|
<element name="TFloatSpinEdit.PopupMenu" link="#LCL.Controls.TControl.PopupMenu"/>
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnKeyDown">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnKeyPress">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnKeyUp">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnMouseDown">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnMouseMove">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnMouseUp">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.OnResize">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.ParentShowHint">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.PopupMenu">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.ReadOnly">
|
<element name="TFloatSpinEdit.ReadOnly">
|
||||||
<short/>
|
<short/>
|
||||||
@ -529,39 +440,16 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.ShowHint">
|
<element name="TFloatSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/>
|
||||||
<short/>
|
<element name="TFloatSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.TabStop">
|
<element name="TFloatSpinEdit.Value" link="TCustomFloatSpinEdit.Value"/>
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TFloatSpinEdit.TabOrder">
|
<element name="TFloatSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/>
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.Value">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TFloatSpinEdit.Visible">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TCustomSpinEdit">
|
<element name="TCustomSpinEdit">
|
||||||
<short/>
|
<short>The base class for the integer-based spin control</short>
|
||||||
<descr/>
|
<descr>A control which can increment and decrement an integer value. It has arrows to allow the user to increment/decrement the value and an edit box for typing it directly.</descr>
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
@ -666,34 +554,52 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomSpinEdit.Value">
|
<element name="TCustomSpinEdit.Value">
|
||||||
<short/>
|
<short>The value of spin control.</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TCustomSpinEdit.MinValue"/>
|
||||||
|
<link id="TCustomSpinEdit.MaxValue"/>
|
||||||
|
<link id="TCustomSpinEdit.Increment"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomSpinEdit.MinValue">
|
<element name="TCustomSpinEdit.MinValue">
|
||||||
<short/>
|
<short>Minimal value allowed for the spin edit.</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<seealso/>
|
<p>Minimal value allowed for the spin edit. Set the MinValue property equal to MaxValue to allow any number to be selected.</p>
|
||||||
|
</descr>
|
||||||
|
<seealso>
|
||||||
|
<link id="TCustomSpinEdit.MaxValue"/>
|
||||||
|
<link id="TCustomSpinEdit.Value"/>
|
||||||
|
<link id="TCustomSpinEdit.Increment"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomSpinEdit.MaxValue">
|
<element name="TCustomSpinEdit.MaxValue">
|
||||||
<short/>
|
<short>Maximal valueallowed for the spin edit.</short>
|
||||||
<descr/>
|
<descr>
|
||||||
<seealso/>
|
<p>Maximal value allowed for the spin edit. Set the MinValue property equal to MaxValue to allow any number to be selected.</p>
|
||||||
|
</descr>
|
||||||
|
<seealso>
|
||||||
|
<link id="TCustomSpinEdit.MinValue"/>
|
||||||
|
<link id="TCustomSpinEdit.Value"/>
|
||||||
|
<link id="TCustomSpinEdit.Increment"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: public -->
|
<!-- property Visibility: public -->
|
||||||
<element name="TCustomSpinEdit.Increment">
|
<element name="TCustomSpinEdit.Increment">
|
||||||
<short/>
|
<short>The value by which the value of the control should be increased/decresed when the user clicks one of the arrows or one of the keyboard up/down arrows</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
<seealso/>
|
<seealso>
|
||||||
|
<link id="TCustomSpinEdit.MinValue"/>
|
||||||
|
<link id="TCustomSpinEdit.MaxValue"/>
|
||||||
|
<link id="TCustomSpinEdit.Value"/>
|
||||||
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<!-- object Visibility: default -->
|
<!-- object Visibility: default -->
|
||||||
<element name="TSpinEdit">
|
<element name="TSpinEdit">
|
||||||
<short>The class for spin edit control.</short>
|
<short>The main class for the integer-based spin control</short>
|
||||||
<descr>
|
<descr><p>The main class for the integer-based spin edit control. Use TSpinEdit to allow user to pick integer value.</p></descr>
|
||||||
<p>The class for spin edit control. Use TSpinEdit to allow user to pick integer value.</p>
|
|
||||||
</descr>
|
|
||||||
<errors/>
|
<errors/>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TFloatSpinEdit"/>
|
<link id="TFloatSpinEdit"/>
|
||||||
@ -706,17 +612,8 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.Align">
|
<element name="TSpinEdit.Align" link="#LCL.Controls.TControl.Align"/>
|
||||||
<short/>
|
<element name="TSpinEdit.Anchors" link="#LCL.Controls.TControl.Anchors"/>
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Anchors">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.AutoSelect">
|
<element name="TSpinEdit.AutoSelect">
|
||||||
<short/>
|
<short/>
|
||||||
@ -724,47 +621,13 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.AutoSize">
|
<element name="TSpinEdit.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||||
<short/>
|
<element name="TSpinEdit.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
|
||||||
<descr/>
|
<element name="TSpinEdit.Constraints" link="#LCL.Controls.TControl.Constraints"/>
|
||||||
<seealso/>
|
<element name="TSpinEdit.Enabled" link="#LCL.Controls.TControl.Enabled"/>
|
||||||
</element>
|
<element name="TSpinEdit.Increment" link="TCustomSpinEdit.Increment"/>
|
||||||
<!-- property Visibility: published -->
|
<element name="TSpinEdit.MaxValue" link="TCustomSpinEdit.MaxValue"/>
|
||||||
<element name="TSpinEdit.BorderSpacing">
|
<element name="TSpinEdit.MinValue" link="TCustomSpinEdit.MinValue"/>
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Constraints">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Enabled">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Increment">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.MaxValue">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.MinValue">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.OnChange">
|
<element name="TSpinEdit.OnChange">
|
||||||
<short>The OnChange event is fired when the spin edit value has changed.</short>
|
<short>The OnChange event is fired when the spin edit value has changed.</short>
|
||||||
@ -793,71 +656,17 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.OnEnter">
|
<element name="TSpinEdit.OnEnter" link="#LCL.Controls.TWinControl.OnEnter"/>
|
||||||
<short/>
|
<element name="TSpinEdit.OnExit" link="#LCL.Controls.TWinControl.OnExit"/>
|
||||||
<descr/>
|
<element name="TSpinEdit.OnKeyDown" link="#LCL.Controls.TWinControl.OnKeyDown"/>
|
||||||
<seealso/>
|
<element name="TSpinEdit.OnKeyPress" link="#LCL.Controls.TWinControl.OnKeyPress"/>
|
||||||
</element>
|
<element name="TSpinEdit.OnKeyUp" link="#LCL.Controls.TWinControl.OnKeyUp"/>
|
||||||
<!-- property Visibility: published -->
|
<element name="TSpinEdit.OnMouseDown" link="#LCL.Controls.TControl.OnMouseDown"/>
|
||||||
<element name="TSpinEdit.OnExit">
|
<element name="TSpinEdit.OnMouseMove" link="#LCL.Controls.TControl.OnMouseMove"/>
|
||||||
<short/>
|
<element name="TSpinEdit.OnMouseUp" link="#LCL.Controls.TControl.OnMouseUp"/>
|
||||||
<descr/>
|
<element name="TSpinEdit.OnResize" link="#LCL.Controls.TControl.OnResize"/>
|
||||||
<seealso/>
|
<element name="TSpinEdit.ParentShowHint" link="#LCL.Controls.TControl.ParentShowHint"/>
|
||||||
</element>
|
<element name="TSpinEdit.PopupMenu" link="#LCL.Controls.TControl.PopupMenu"/>
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnKeyDown">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnKeyPress">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnKeyUp">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnMouseDown">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnMouseMove">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnMouseUp">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.OnResize">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.ParentShowHint">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.PopupMenu">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.ReadOnly">
|
<element name="TSpinEdit.ReadOnly">
|
||||||
<short/>
|
<short/>
|
||||||
@ -865,35 +674,11 @@
|
|||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- property Visibility: published -->
|
<!-- property Visibility: published -->
|
||||||
<element name="TSpinEdit.ShowHint">
|
<element name="TSpinEdit.ShowHint" link="#LCL.Controls.TControl.ShowHint"/>
|
||||||
<short/>
|
<element name="TSpinEdit.TabStop" link="#LCL.Controls.TWinControl.TabStop"/>
|
||||||
<descr/>
|
<element name="TSpinEdit.TabOrder" link="#LCL.Controls.TWinControl.TabOrder"/>
|
||||||
<seealso/>
|
<element name="TSpinEdit.Value" link="TCustomSpinEdit.Value"/>
|
||||||
</element>
|
<element name="TSpinEdit.Visible" link="#LCL.Controls.TControl.Visible"/>
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.TabStop">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.TabOrder">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Value">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- property Visibility: published -->
|
|
||||||
<element name="TSpinEdit.Visible">
|
|
||||||
<short/>
|
|
||||||
<descr/>
|
|
||||||
<seealso/>
|
|
||||||
</element>
|
|
||||||
<!-- procedure Visibility: default -->
|
<!-- procedure Visibility: default -->
|
||||||
<element name="Register">
|
<element name="Register">
|
||||||
<short/>
|
<short/>
|
||||||
|
Loading…
Reference in New Issue
Block a user