Vcl.Grids.TInplaceEditList.DoDropDownKeys

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

Delphi

procedure DoDropDownKeys(var Key: Word; Shift: TShiftState); virtual;

C++

virtual void __fastcall DoDropDownKeys(System::Word &Key, System::Classes::TShiftState Shift);

プロパティ

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

説明

ユーザーが押したキーにしたがって、選択リスト上のアクションを実行します。

DoDropDownKeys メソッドは、パラメータを通して指定された Key の値にしたがって、選択リスト上の適切なアクションを実行します。

関連項目