Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarProgressItem Class

TdxBarProgressItem is used to represent a progress bar within toolbars.

#Declaration

Delphi
TdxBarProgressItem = class(
    TdxBarStatic
)

#Remarks

TdxBarProgressItem allows you to incorporate a progress meter for lengthy application processes. You can set the possible range and current position. Range represents the duration of the actual operation.

Current position represents the progress towards the completion of this operation. You can write code to change the progress bar position in response to certain events at runtime.

For instance, if your application performs file loading operations, you can adjust the progress bar position to visualize file loading process.

File loading has started:

File loading is about to finish:

See Also