| Property | Description |
|---|---|
| AutoCreateBranch | Get AutoCreateBranch property value |
| CanPaste | Determine if you can paste data from ClipboardThis property is read only. |
| CanRedo | Determine if you can call the Redo methodThis property is read only. |
| CanUndo | Determine if you can call the Undo methodThis property is read only. |
| FileName | Get the current file nameThis property is read only. |
| FileSize | Get current file size |
| Modified | Get Modified file statusThis property is read only. |
| ReadOnly | Get ReadOnly file statusThis property is read only. |
| RegExpSyntaxError | Regular expression syntax error, if anyThis property is read only. |
| Method | Description |
|---|---|
| ArithmeticOp | Perform an arithmetic operation |
| BitwiseOp | Perform a bitwise operation |
| CaseOp | Perform a case change operation |
| Close | Close currently opened document and drop history |
| Copy | Copy selection to Clipboard |
| CreateEmptySelection | Create an empty selection object |
| CreatePatch | Create a patch |
| CreateSequence | Create an empty Sequence object. |
| Cut | Cut selection to Clipboard |
| Delete | Delete data |
| DeleteMulti | Delete selection |
| Fill | Fill part of the file |
| FillByte | Fill part of the file with a single byte |
| FillByteMulti | Fill selection with a single byte |
| FillMulti | Fill selection |
| Find | Find next occurrence of the pattern |
| FindAll | Find all occurrences of the pattern |
| FindAllRegExp | Find all occurrences of a regular expression (obsolete) |
| FindAllRegExp2 | Find all occurrences of a regular expression |
| FindRegExp | Find regular expression (obsolete) |
| FindRegExp2 | Find regular expression |
| GatherStatistics | Calculate file statistics |
| GetModifiedSel | Returns a multi selection that describes modified data in the file |
| Insert | Insert data into the file |
| InsertByte | Insert data block filled with a single byte |
| InsertPattern | Insert data into the file, probably repeating the pattern |
| LoadHistory | Load the saved change history |
| New | Create new, empty document |
| Open | Open an existing document |
| OpenPhysicalDisk | Open a physical disk |
| OpenPhysicalMemory | Open physical memory |
| OpenProcess | Open a process' virtual address space |
| OpenVolume | Open a volume (logical disk) |
| Paste | Paste data from Clipboard |
| Paste2 | Paste data from Clipboard (advanced) |
| Paste3 | Paste data from Clipboard (advanced) |
| PasteText | Paste text from Clipboard |
| PasteText2 | Paste text from Clipboard using a given encoding |
| PatternStatistics | Calculate pattern statistics |
| PatternStatisticsRegExp | Calculate pattern statistics for a regular expression (obsolete) |
| PatternStatisticsRegExp2 | Calculate pattern statistics for a regular expression |
| Purge | Purge history |
| PutFile | Write or insert the contents of the file |
| Read | Read data from a file |
| Redo | Redo one or several operations |
| Replace | Replace the given block with another one |
| ReplaceAll | Find and replace all occurrences of the pattern with another pattern |
| ReplaceAllRegExp | Find and replace all occurrences of a regular expression with another pattern (obsolete) |
| ReplaceAllRegExp2 | Find and replace all occurrences of a regular expression with another pattern |
| ReplaceAllRegExpWithRegExp | Find and replace all occurrences of a regular expression with regular expression pattern |
| ReverseOp | Perform a bit or byte reverse operation |
| Save | Save all changes and drop history |
| SaveAs | Save the file with different name and drop history |
| SaveHistory | Save the current change history |
| ShiftOp | Perform a shift operation |
| Undo | Undo one or several operations |
| Write | Write data to a file |