Vcl.ComCtrls.TAnimate.Stop

提供:RAD Studio API Documentation

Delphi

procedure Stop;

C++

void __fastcall Stop();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

説明

アニメーションコントロールの再生を中断します。

Stop メソッドを呼び出すと,アクティブなアニメーションコントロールでのアニメーションシーケンスを停止できます。Stop は,Active プロパティを false に設定したのと同じ動きをします。

関連項目