Docs: LCL/extdlgs. Removes extra spaces in topics. Updates tagging for True and False values.

This commit is contained in:
dsiders 2022-06-18 01:19:46 +01:00
parent fb8f4bd664
commit 1989d8b90e

View File

@ -7,7 +7,9 @@
==================================================================== ====================================================================
--> -->
<module name="ExtDlgs"> <module name="ExtDlgs">
<short>Contains extended dialogs used for Calendar, Calculator and Picture Open/Save tasks.</short> <short>
Contains extended dialogs used for Calendar, Calculator and Picture Open/Save tasks.
</short>
<descr> <descr>
<p> <p>
<file>extdlgs.pas</file> contains extended dialogs available in Lazarus Component Library (<b>LCL</b>) applications. It adds the following components to <b>Dialogs</b> tab in the Lazarus IDE Component Palette: <file>extdlgs.pas</file> contains extended dialogs available in Lazarus Component Library (<b>LCL</b>) applications. It adds the following components to <b>Dialogs</b> tab in the Lazarus IDE Component Palette:
@ -269,7 +271,7 @@
<element name="TOpenPictureDialog.IsFilterStored"> <element name="TOpenPictureDialog.IsFilterStored">
<short> <short>
<var>IsFilterStored</var> - returns True if a filter is stored. <var>IsFilterStored</var> - returns <b>True</b> if a filter is stored.
</short> </short>
<descr> <descr>
<p> <p>
@ -282,7 +284,9 @@
</seealso> </seealso>
</element> </element>
<element name="TOpenPictureDialog.IsFilterStored.Result"> <element name="TOpenPictureDialog.IsFilterStored.Result">
<short>True when Filter is included in the LCL component streaming content.</short> <short>
<b>True</b> when Filter is included in the LCL component streaming content.
</short>
</element> </element>
<element name="TOpenPictureDialog.ImageCtrl"> <element name="TOpenPictureDialog.ImageCtrl">
@ -899,7 +903,7 @@
<short>Object for the event notification.</short> <short>Object for the event notification.</short>
</element> </element>
<element name="TCalculatorDialog.OnDialogCloseQuery.CanClose"> <element name="TCalculatorDialog.OnDialogCloseQuery.CanClose">
<short>True when the dialog can be closed.</short> <short><b>True</b> when the dialog can be closed.</short>
</element> </element>
<element name="TCalculatorDialog.Change"> <element name="TCalculatorDialog.Change">
@ -1034,7 +1038,7 @@
</seealso> </seealso>
</element> </element>
<element name="TCalculatorDialog.Execute.Result"> <element name="TCalculatorDialog.Execute.Result">
<short>True when the modal result for the form is mrOk.</short> <short><b>True</b> when the modal result for the form is mrOk.</short>
</element> </element>
<element name="TCalculatorDialog.CalcDisplay"> <element name="TCalculatorDialog.CalcDisplay">
@ -1069,7 +1073,7 @@
<element name="TCalculatorDialog.BeepOnError"> <element name="TCalculatorDialog.BeepOnError">
<short> <short>
<var>BeepOnError</var> - if True, beeps when there is an entry error or other calculator error. <var>BeepOnError</var> - if <b>True</b>, beeps when there is an entry error or other calculator error.
</short> </short>
<descr> <descr>
<p> <p>