Vcl.Samples.Spin.TTimerSpeedButton

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

Vcl.Buttons.TSpeedButtonVcl.Buttons.TCustomSpeedButtonVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTimerSpeedButton

Delphi

TTimerSpeedButton = class(TSpeedButton)

C++

class PASCALIMPLEMENTATION TTimerSpeedButton : public Vcl::Buttons::TSpeedButton

プロパティ

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


説明

TTimerSpeedButton は、TTimer の付いた TSpeedButton です。

TTimerSpeedButton は、TSpinButton を構築するために使用します。 TTimer は、スピード ボタンが押されている間に連続して実行される 2 つの OnClick イベントの間の停止時間を設定するためのものです。

関連項目