FMX.Grid.TProgressColumn.Max

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Max: Single read FMax write SetMax stored IsMaxStored nodefault;

C++

__property float Max = {read=FMax, write=SetMax, stored=IsMaxStored};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TProgressColumn

説明

この列のすべての処理中のセルに対する、最大値を指定します。

関連項目