mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 19:39:30 +02:00
Docs: LCL/lcltaskdialog. Adds deprecation notice for changes in 97e1427811
.
This commit is contained in:
parent
b5c298056c
commit
a515b190e7
@ -19,7 +19,9 @@ LCLTaskDialog
|
|||||||
====================================================================
|
====================================================================
|
||||||
-->
|
-->
|
||||||
<module name="LCLTaskDialog">
|
<module name="LCLTaskDialog">
|
||||||
<short>Implements a TaskDialog window for LCL.</short>
|
<short>
|
||||||
|
Deprecated. Implements a TaskDialog window for LCL.
|
||||||
|
</short>
|
||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<file>lcltaskdialog.pas</file> implements a task dialog. It is implemented
|
<file>lcltaskdialog.pas</file> implements a task dialog. It is implemented
|
||||||
@ -35,6 +37,10 @@ contributors.
|
|||||||
<p>
|
<p>
|
||||||
The original file name is SynTaskDialog.pas.
|
The original file name is SynTaskDialog.pas.
|
||||||
</p>
|
</p>
|
||||||
|
<remark>
|
||||||
|
Deprecated in LCL version 4.0. Use TTaskDialog in <file>dialogs.pp</file>
|
||||||
|
instead.
|
||||||
|
</remark>
|
||||||
</descr>
|
</descr>
|
||||||
|
|
||||||
<!-- unresolved external references -->
|
<!-- unresolved external references -->
|
||||||
|
Loading…
Reference in New Issue
Block a user