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:

    function

Usage:

    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:

    function

Usage:

    Hexadecimal.OnValueRender = function(sender, address, text)
SelectionStart

Type:

    integer
SelectionStop

Type:

    integer
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35