Vcl.StdCtrls.TButtonControl.WndProc

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

Delphi

procedure WndProc(var Message: TMessage); override;

C++

virtual void __fastcall WndProc(Winapi::Messages::TMessage &Message);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonControl

説明

Windows メッセージを処理します。

WndProc メソッドを呼び出すと,ボタンオブジェクトは,WM_LBUTTONDOWN メッセージおよび WM_LBUTTONDBLCLK メッセージが発生したときに入力フォーカスを得ることができます。

関連項目