RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBCGrids.TDBCtrlGridKey Enumeration
Pascal
TDBCtrlGridKey = (
  gkNull,
  gkEditMode,
  gkPriorTab,
  gkNextTab,
  gkLeft,
  gkRight,
  gkUp,
  gkDown,
  gkScrollUp,
  gkScrollDown,
  gkPageUp,
  gkPageDown,
  gkHome,
  gkEnd,
  gkInsert,
  gkAppend,
  gkDelete,
  gkCancel
);
C++
enum TDBCtrlGridKey {
  gkNull,
  gkEditMode,
  gkPriorTab,
  gkNextTab,
  gkLeft,
  gkRight,
  gkUp,
  gkDown,
  gkScrollUp,
  gkScrollDown,
  gkPageUp,
  gkPageDown,
  gkHome,
  gkEnd,
  gkInsert,
  gkAppend,
  gkDelete,
  gkCancel
};

This is record DBCGrids.TDBCtrlGridKey.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!