Vcl.DBLookup.TDBLookupList.CanGridAcceptKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanGridAcceptKey(Key: Word; Shift: TShiftState): Boolean; override;

C++

DYNAMIC bool __fastcall CanGridAcceptKey(System::Word Key, System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Indicates whether the lookup list's grid should respond to a given key combination.

CanGridAcceptKey is used internally to screen key combinations when the user first presses a key. The CanGridAcceptKey method indicates whether the lookup list's grid should respond to a given key combination.

See Also