FMX.Grid.TProgressColumn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Grid.TColumnFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTProgressColumn

Delphi

TProgressColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TProgressColumn : public TColumn

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Beschreibung

TProgressColumn repräsentiert eine Spalte in einer Tabelle, die TProgressCell-Objekte enthält.

Ein TProgressColumn-Objekt ist eine Spalte in einer Tabelle, deren Zeilen den Typ TProgressCell haben und Fortschrittsleisten enthalten.

Siehe auch