[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TTaskDialogProgressBar.MarqueeSpeed

Contains the number of milliseconds between updates for a progress bar using the marquee display style.

Declaration

Source position: dialogs.pp line 713

published property TTaskDialogProgressBar.MarqueeSpeed : Cardinal
  read FMarqueeSpeed
  write SetMarqueeSpeed
  default 0;

Description

MarqueeSpeed is a Cardinal property which sets the update interval for the progress bar. It specifies, in milliseconds, often a progress bar using the marquee display style is updated. The default value for the property is 0.

Changing the value for the property causes a TDM_SET_PROGRESS_BAR_RANGE message to be sent using the Handle for the task dialog. It allows the widgetset class to be notified when the marquee progress bar style is enabled, or when its update interval has been changed. The update is sent when tfShowMarqueeProgressBar has been included in the Flags for the task dialog and its Handle has been assigned.

Version info

Added in LCL version 4.0.

See also

TCustomTaskDialog.Handle

  

Handle for the form displayed for the task dialog.

TCustomTaskDialog.Flags

  

Set of options enabled for the Task dialog.

TTaskDialogFlags

  

Set type used to store values from the TTaskDialogFlag enumeration.

TTaskDialogFlag

  

Represents options that can be enabled for TTaskDialog.


Version 4.0 Generated 2025-05-03 Home