Vcl.Controls.TCMGesture
Delphi
TCMGesture = record
C++
struct DECLSPEC_DRECORD TCMGesture
{
public:
unsigned Msg;
#ifndef _WIN64
unsigned Reserved;
#else /* _WIN64 */
Winapi::Messages::TDWordFiller MsgFiller;
unsigned __int64 Reserved;
#endif /* _WIN64 */
PGestureEventInfo Info;
#ifndef _WIN64
int Result;
#else /* _WIN64 */
__int64 Result;
#endif /* _WIN64 */
};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
説明
TCMGesture は、ジェスチャ イベント メッセージに使用されます。
TCMGesture は、ジェスチャ イベントに関する情報を含むレコードです。TCMGesture は、VCL フレームワーク内部で、ジェスチャ情報をコンポーネントに渡すのに使用されます。