Vcl.Controls.TCustomGestureCollectionItem.SetGestureID
Delphi
procedure SetGestureID(const Value: TGestureID); virtual; abstract;
C++
virtual void __fastcall SetGestureID(const TGestureID Value) = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
class protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TCustomGestureCollectionItem |
説明
SetGestureID は、GestureID プロパティの抽象取得メソッドです。
SetGestureID メソッドを下位クラスでオーバーライドして、 GestureID プロパティの設定メソッドを実装します。