Name | Unit | Description |
---|---|---|
PMPHFindTable | MPHexEditor | precompiled converted character table types for faster data search |
TMPHBookmark | MPHexEditor | bookmark record: defined by pressing SHIFT+CTRL+[0..9], goto bookmark by pressing CTRL+[0..9] - mPosition: file position - mInCharField: cursor in character pane (True) or hex number pane |
TMPHBookmarks | MPHexEditor | array of bookmarks, representing keys 0..9 |
TMPHCharConv | MPHexEditor | character conversion data storage |
TMPHCharConvTable | MPHexEditor | character conversion table |
TMPHDrawCellEvent | MPHexEditor | owner draw event type. parameters: - Sender: the hex editor - ACanvas: the editor's canvas - ACol, ARow: the position to be drawn - AWideText: the text to be drawn - ARect: the cell rectangle - ADefaultDraw: if set to True (default), default drawing isperformed after the event handler returns. if set to false, the event handler must do all cell painting. |
TMPHFindEvent | MPHexEditor | handler for custom search routines - Pattern: the data to find - PatLength: length of the data to find - SearchFrom: first search position - SearchUntil: last search position - IgnoreCase: case sensitive? - Wilcard: Wildcard character (only used by FindWithWildcard) - FoundPos: result, set to -1 if data was not found |
TMPHFindTable | MPHexEditor | |
TMPHGetOffsetTextEvent | MPHexEditor | retrieve the "line number" to display by the application - Number: the number to convert to text - OffsetText: the resulting text output |
TMPHOffsetFormat | MPHexEditor | offset format record |
TMPHOffsetFormatFlags | MPHexEditor | set of the above flags |
TMPHProgressEvent | MPHexEditor | progress event handler, used in OnProgress - ProgressType: am i loading or saving? (see TMPHProgressKind )- aName: name of file to be load from/saved to - Percent: current progress (0..100) - Cancel: if set to true, the load/save procedure will abort (no meaning in Find* methods) |
TMPHQueryPublicPropertyEvent | MPHexEditorEx | this event is called when PropertiesAsString is read or written. TMPHexEditorEx has a fixed list of properties that can be read/written using PropertiesAsString. you can exclude some of the properties by setting IsPublic to False. |
TMPHUndoFlags | MPHexEditor | set of undo flags |