Skip to main content

TdxBarProgressItem Class

TdxBarProgressItem is used to represent a progress bar within toolbars.

Declaration

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