Skip to main content

TdxTaskbarProgress Class

A component that displays the progress of a task in a Windows® 7 taskbar application button.

Declaration

TdxTaskbarProgress = class(
    TdxTaskbarCustomProgress
)

Remarks

This class does not introduce any new functionality. It simply publishes properties inherited from its base class. Refer to the TdxTaskbarCustomProgress class description to learn about available properties.

Note

The progress visualization provided by the TdxTaskbarProgress component is supported only for the Windows® 7 taskbar. If you add more than one TdxTaskbarProgress component to your project or form, only the most recently activated component will visualize its progress.

See Also