mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:59:19 +02:00
Docs: LCL/extdlgs. Removes extra spaces in topics. Updates tagging for True and False values.
This commit is contained in:
parent
fb8f4bd664
commit
1989d8b90e
@ -7,7 +7,9 @@
|
||||
====================================================================
|
||||
-->
|
||||
<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>
|
||||
<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:
|
||||
@ -269,7 +271,7 @@
|
||||
|
||||
<element name="TOpenPictureDialog.IsFilterStored">
|
||||
<short>
|
||||
<var>IsFilterStored</var> - returns True if a filter is stored.
|
||||
<var>IsFilterStored</var> - returns <b>True</b> if a filter is stored.
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
@ -282,7 +284,9 @@
|
||||
</seealso>
|
||||
</element>
|
||||
<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 name="TOpenPictureDialog.ImageCtrl">
|
||||
@ -899,7 +903,7 @@
|
||||
<short>Object for the event notification.</short>
|
||||
</element>
|
||||
<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 name="TCalculatorDialog.Change">
|
||||
@ -1034,7 +1038,7 @@
|
||||
</seealso>
|
||||
</element>
|
||||
<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 name="TCalculatorDialog.CalcDisplay">
|
||||
@ -1069,7 +1073,7 @@
|
||||
|
||||
<element name="TCalculatorDialog.BeepOnError">
|
||||
<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>
|
||||
<descr>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user