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 a cell in a grid that holds a progress bar.

A TProgressCell object is a cell--in a TProgressColumn of a grid--that displays a progress bar.

See Also