Unit 'keditcommon' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKEditCommand

Declaration

Source position: keditcommon.pas line 30

type TKEditCommand = (

  ecNone,

  

  ecLeft,

  

  ecRight,

  

  ecUp,

  

  ecDown,

  

  ecLineStart,

  

  ecLineEnd,

  

  ecWordLeft,

  

  ecWordRight,

  

  ecPageUp,

  

  ecPageDown,

  

  ecPageLeft,

  

  ecPageRight,

  

  ecPageTop,

  

  ecPageBottom,

  

  ecEditorTop,

  

  ecEditorBottom,

  

  ecGotoXY,

  

  ecSelLeft,

  

  ecSelRight,

  

  ecSelUp,

  

  ecSelDown,

  

  ecSelLineStart,

  

  ecSelLineEnd,

  

  ecSelWordLeft,

  

  ecSelWordRight,

  

  ecSelPageUp,

  

  ecSelPageDown,

  

  ecSelPageLeft,

  

  ecSelPageRight,

  

  ecSelPageTop,

  

  ecSelPageBottom,

  

  ecSelEditorTop,

  

  ecSelEditorBottom,

  

  ecSelGotoXY,

  

  ecScrollUp,

  

  ecScrollDown,

  

  ecScrollLeft,

  

  ecScrollRight,

  

  ecScrollCenter,

  

  ecUndo,

  

  ecRedo,

  

  ecCopy,

  

  ecCut,

  

  ecPaste,

  

  ecInsertChar,

  

  ecInsertDigits,

  

  ecInsertString,

  

  ecInsertNewLine,

  

  ecDeleteLastChar,

  

  ecDeleteChar,

  

  ecDeleteBOL,

  

  ecDeleteEOL,

  

  ecDeleteLine,

  

  ecSelectAll,

  

  ecClearAll,

  

  ecClearIndexSelection,

  

  ecClearSelection,

  

  ecSearch,

  

  ecReplace,

  

  ecInsertMode,

  

  ecOverwriteMode,

  

  ecToggleMode,

  

  ecGotFocus,

  

  ecLostFocus

  

);



CT Web help

CodeTyphon Studio