mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 14:29:33 +02:00
Docs: LCL/filectrl. Removes extra spaces in topics. Updates tagging for True and False values.
This commit is contained in:
parent
1989d8b90e
commit
56f1e203b6
@ -160,7 +160,7 @@
|
||||
</element>
|
||||
<element name="TCustomFileListBox.MaskIsStored.Result">
|
||||
<short>
|
||||
True when a value other than the all directory entries mask (<b>'*'</b>) has been assigned to the property
|
||||
<b>True</b> when a value other than the all directory entries mask (<b>'*'</b>) has been assigned to the property
|
||||
</short>
|
||||
</element>
|
||||
|
||||
@ -232,7 +232,7 @@
|
||||
|
||||
<element name="TCustomFileListBox.DoChangeFile">
|
||||
<short>
|
||||
Performs actions needed when the selected file has changed in the control
|
||||
Performs actions needed when the selected file has changed in the control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
@ -340,7 +340,7 @@
|
||||
<dt>MultiSelect</dt>
|
||||
<dd>Set to False</dd>
|
||||
<dt>Sorted</dt>
|
||||
<dd>Set to True after files have been loaded in UpdateFileList</dd>
|
||||
<dd>Set to <b>True</b> after files have been loaded in UpdateFileList</dd>
|
||||
</dl>
|
||||
<p>
|
||||
Create calls the <var>UpdateFileList</var> method to load the file and directory names for the current directory into the <var>Items</var> property.
|
||||
@ -374,7 +374,9 @@
|
||||
</element>
|
||||
|
||||
<element name="TCustomFileListBox.Click">
|
||||
<short>Performs actions needed when the mouse is clicked on the list box control.</short>
|
||||
<short>
|
||||
Performs actions needed when the mouse is clicked on the list box control.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Click</var> is an overridden method in <var>TCustomFileListBox</var> used to perform actions needed when the mouse is clicked in the list box control. Click ensures that the value in the <var>FileName</var> property is updated to reflect the selected file name in <var>Items</var>. <var>ItemIndex</var> contains the position for the current selection in the list box.
|
||||
@ -419,7 +421,9 @@
|
||||
</element>
|
||||
|
||||
<element name="TCustomFileListBox.Drive">
|
||||
<short>The <var>Drive</var> on which the file is located (applies to Windows systems).</short>
|
||||
<short>
|
||||
The <var>Drive</var> on which the file is located (applies to Windows systems).
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Drive</var> is a Char property which indicates the current drive letter for the Directory in the list box control. Drive is relevant for file systems which use drive designations (Windows).
|
||||
@ -471,7 +475,8 @@
|
||||
|
||||
<element name="TCustomFileListBox.FileName">
|
||||
<short>
|
||||
<var>FileName</var> - the name of the selected file.</short>
|
||||
<var>FileName</var> - the name of the selected file.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>FileName</var> is a <var>String</var> property which contains the file name for the currently selected item in the list box control. The value in FileName is updated when an item in the control is selected, or when a new value is assigned to the <var>ItemIndex</var> property.
|
||||
@ -492,7 +497,8 @@
|
||||
|
||||
<element name="TCustomFileListBox.FileType">
|
||||
<short>
|
||||
<var>FileType</var> - the type or attributes of the selected file.</short>
|
||||
<var>FileType</var> - the type or attributes of the selected file.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>FileType</var> is a <var>TFileType</var> set property which contains zero (0) or more values from the <var>TFileAttr</var> enumeration. FileType determines the file system entries displayed in the list box control. See <link id="TFileAttr">TFileAttr</link> for more information about the enumeration values and their meanings.
|
||||
@ -536,7 +542,9 @@
|
||||
</element>
|
||||
|
||||
<element name="TCustomFileListBox.OnChange">
|
||||
<short>Event handler signalled when the selected file in the list box control is changed.</short>
|
||||
<short>
|
||||
Event handler signalled when the selected file in the list box control is changed.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>OnChange</var> is a <var>TNotifyEvent</var> property which contains the event handler signalled when the selected file for the control has been changed. This can occur when clicking on an entry in list box, when assigning a value directly to the <var>FileName</var> property, and when the list of file system entries in the control is reloaded.
|
||||
@ -706,7 +714,9 @@
|
||||
</element>
|
||||
|
||||
<element name="TCustomFilterComboBox.Select">
|
||||
<short>Performs actions needed when the selected item (ItemIndex) has been changed.</short>
|
||||
<short>
|
||||
Performs actions needed when the selected item (ItemIndex) has been changed.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
<var>Select</var> is an overridden method in <var>TCustomFilterComboBox</var>. It ensures that the value in <var>Mask</var> is also applied to the <var>ShellListView</var> control (when assigned). This forces the ShellListView to reload the list of matching files displayed in the control.
|
||||
@ -805,10 +815,14 @@ Binaries (*.exe)</code>
|
||||
<short>Indicates if existing values in AStrings are cleared.</short>
|
||||
</element>
|
||||
<element name="TCustomFilterComboBox.ConvertFilterToStrings.AAddDescription">
|
||||
<short>True if the filter description is included in the converted values.</short>
|
||||
<short>
|
||||
<b>True</b> if the filter description is included in the converted values.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TCustomFilterComboBox.ConvertFilterToStrings.AAddFilter">
|
||||
<short>True if the filter mask expression is included in the converted values.</short>
|
||||
<short>
|
||||
<b>True</b> if the filter mask expression is included in the converted values.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TCustomFilterComboBox.Mask">
|
||||
|
Loading…
Reference in New Issue
Block a user