[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Deprecated. Implements a TaskDialog window for LCL.
uses |
||
|
Provides compatibility with the Delphi Windows unit. |
|
|
Contains resource strings used in the LCL. |
|
|
Contains WinAPI-like functions for Delphi compatibility. |
|
|
Provides a platform-independent widgetset class and helper functions. |
|
|
Contains classes and types used in TCustomImageList, the base class for TImageList. |
|
|
Maintains a global list of Lazarus resources, and provides methods and types used to stream components. |
|
|
Implements menus used in forms created with the Lazarus IDE. |
|
|
||
|
Implements Forms which are the basis for the LCL Graphical User Interface. |
|
|
Contains types, constants, classes, and routines used to implement visual controls. |
|
|
Standard controls used in the Lazarus Component Library (LCL). |
|
|
Contains extra controls commonly used in Lazarus forms. |
|
|
Contains types and classes used to implement specialized buttons. |
|
|
Contains types and constants used to access scalable dialog images. |
lcltaskdialog.pas implements a task dialog. It is implemented natively on Windows Vista and Windows 7 (or later). On Windows XP, it is emulated.
This unit was originally a part of the freeware Synopse mORMot framework, licensed under a MPL/GPL/LGPL tri-license; version 1.19. It has been relicensed with permission from Arnaud Bouchez, the original author, and all contributors.
The original file name is SynTaskDialog.pas.
Remark: | Deprecated in LCL version 4.0. Use TTaskDialog in dialogs.pp instead. |
Version 4.0 | Generated 2025-05-03 | Home |