API:FMX.Grid.TProgressCell

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TProgressBarFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTProgressCell

Delphi

TProgressCell = class(TProgressBar, IDrawableCell)

C++

class PASCALIMPLEMENTATION TProgressCell : public Fmx::Stdctrls::TProgressBar

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Represents an animated progress bar indicator for general progress indication.

FMX.Grid.TProgressCell inherits from FMX.StdCtrls.TProgressBar. All content below this line refers to FMX.StdCtrls.TProgressBar.

Represents an animated progress bar indicator for general progress indication.

Use a TProgressBar in applications where you need to inform the user about the progress of one or multiple tasks effectuated by your application. A TProgressBar control can display its progress (Value) in the range specified by Min and Max.

ProgressBar.png

Metropolis UI ProgressBar:

Windows8ProgressBar.png

When a task with an indefinite amount of time or operations is in progress, we recommend that you use a TAniIndicator to illustrate the progress.

See Also

Code Examples