Vcl.DBCGrids.TDBCtrlGridKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBCtrlGridKey = (gkNull, gkEditMode, gkPriorTab, gkNextTab, gkLeft,
gkRight, gkUp, gkDown, gkScrollUp, gkScrollDown, gkPageUp, gkPageDown,
gkHome, gkEnd, gkInsert, gkAppend, gkDelete, gkCancel);

C++

enum DECLSPEC_DENUM TDBCtrlGridKey : unsigned char { gkNull, gkEditMode, gkPriorTab, gkNextTab, gkLeft, gkRight, gkUp, gkDown, gkScrollUp, gkScrollDown, gkPageUp, gkPageDown, gkHome, gkEnd, gkInsert, gkAppend, gkDelete, gkCancel };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids Vcl.DBCGrids

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!