Vcl.Samples.Spin.TTimeBtnState

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

Delphi

type TTimeBtnState = set of (tbFocusRect, tbAllowTimer);

C++

typedef System::Set<Vcl_Samples_Spin__3, Vcl_Samples_Spin__3::tbFocusRect, Vcl_Samples_Spin__3::tbAllowTimer> TTimeBtnState;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin Vcl.Samples.Spin

説明

TTimerSpeedButton のタイマの状態を指定します。

TTimeBtnState は、TimeBtnState プロパティで使われます。

TTimeBtnState が取ることのできる値は次の 2 つです。

意味

tbFocusRect

TTimerSpeedButton でタイマを開始することはできませんが、Paint メソッドでボタン上に四角形を描画し、ボタンにフォーカスがあると示すことができます。

tbAllowTimer

ボタンが押されたときに TTimerSpeedButton でタイマを開始することができます。

関連項目