FMX.Grid.TProgressColumn

提供:RAD Studio API Documentation

TProgressColumnFMX.Grid.TColumnFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TProgressColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TProgressColumn : public TColumn

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

説明

TProgressColumn は、TProgressCell オブジェクトが格納されたグリッド内の列を表します。


TProgressColumn オブジェクトはグリッド内の 1 つの列であり、その行は TProgressCell 型で、進捗バーを含みます。

関連項目