Vcl.Controls.TCMGesture

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

Delphi

  TCMGesture = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    Reserved: WPARAM;
    Info: PGestureEventInfo;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TCMGesture
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    NativeUInt Reserved;
    TGestureEventInfo *Info;
    NativeInt Result;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

説明

TCMGesture は、ジェスチャ イベント メッセージに使用されます。

TCMGesture は、ジェスチャ イベントに関する情報を含むレコードです。TCMGesture は、VCL フレームワーク内部で、ジェスチャ情報をコンポーネントに渡すのに使用されます。

関連項目