Class Hexadecimal
The visual hexadecimal object used on the memory view window.
Inheritance
| Panel | Hexadecimal 🡄 Panel 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object |
Properties
| Address | The top address. |
| DisplayType | The type being shown. |
| HasSelection | True if something is selected. |
| OnAddressChange | |
| OnByteSelect | |
| OnCharacterRender | Called when a character is being rendered. |
| OnValueRender | Called when a value (depending on the displaytype) is being rendered. |
| SelectionStart | |
| SelectionStop |
Inheritance
- Panel
- Hexadecimal 🡄 Panel 🡄 CustomControl 🡄 WinControl 🡄 Control 🡄 Component 🡄 Object
Properties
- Address
-
The top address.
Type:
integer - DisplayType
-
The type being shown.
Possible values: dtByte, dtByteDec, dtWord, dtWordDec, dtDword, dtDwordDec, dtQword, dtQwordDec, dtSingle, dtDouble.
Type:
displaytype - HasSelection
-
True if something is selected.
Type:
boolean - OnAddressChange
-
Type:
function(hexadecimalview, function)Usage:
function(hexadecimalview, address) - OnByteSelect
-
Type:
function(hexadecimalview, function)Usage:
function(hexadecimalview, address, address2) - OnCharacterRender
-
Called when a character is being rendered.
Use this to change it or change the canvas fonts (Warning: slow).
Type:
functionUsage:
Hexadecimal.OnCharacterRender = function(sender, address, text) - OnValueRender
-
Called when a value (depending on the displaytype) is being rendered.
Use this to change it or change the canvas fonts (Warning: slow).
Type:
functionUsage:
Hexadecimal.OnValueRender = function(sender, address, text) - SelectionStart
-
Type:
integer - SelectionStop
-
Type:
integer