Vcl.Graphics.TProgressStage

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

Delphi

TProgressStage = (psStarting, psRunning, psEnding);

C++

enum DECLSPEC_DENUM TProgressStage : unsigned char { psStarting, psRunning, psEnding };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

説明

TProgressStage 型は,時間のかかる処理の進行状況を示します。

次の表に,指定できる値を示します。



意味

psStarting

処理は,開始直前

psRunning

処理は,進行中(まだ終了していない)

psEnding

処理は,終了