Name | Unit | Description |
---|---|---|
TMPHCaretKind | MPHexEditor | look of the editor's caret: - ckFull: full block - ckLeft: left line - ckBottom: bottom line - ckAuto: left line if InsertMode , full block if overwrite, bottom line if ReadOnlyView |
TMPHCharConvType | MPHexEditor | character conversion type |
TMPHOffsetFormatFlag | MPHexEditor | offset format flags |
TMPHOLEOperation | MPHexEditorEx | is data dropped or pasted |
TMPHPrintFlag | MPHexEditorEx | print option flags |
TMPHProgressKind | MPHexEditor | action indicator used in OnProgress event handler:- pkLoad: loading data - pkSave: saving data - pkFind: finding |
TMPHTranslationKind | MPHexEditor | how to show a file's content in the character pane of the editor: - tkAsIs: leave as is (current windows code page) - tkDos8: current dos codepage - tkASCII: 7 bit ascii - tkMac: macintosh charset (translation always from/to ms cp 1252 (ms latin1)!! - tkBCD: ibm ebcdic codepage 38 (translation always from/to ms cp 1252 (ms latin1)!! - tkCustom: custom codepage stored in MPHCustomCharConv |
TMPHUndoFlag | MPHexEditor | flags internally used in the undo storage |