Class TCodeArray (unit FCUtils)

Inherits from

TArray

TCodeArray - this class is used to hold machine code

Constructors


constructor Create;

TCodeArray methods


Functions

procedure Add(AB: Byte);


procedure AddCode(AC: PChar);

add integer to array

procedure AddInteger(AL: Integer);

add byte to array

function GetInteger(Index: Integer): Integer;


procedure InsertCode(Index: Integer; AC: PChar);


procedure InsertInteger(Index: Integer; AL: Integer);


Properties

Events

Variables


Constructors


constructor Create;

TCodeArray methods


Functions


procedure Add(AB: Byte);


procedure AddCode(AC: PChar);

add integer to array


procedure AddInteger(AL: Integer);

add byte to array


function GetInteger(Index: Integer): Integer;


procedure InsertCode(Index: Integer; AC: PChar);


procedure InsertInteger(Index: Integer; AL: Integer);


Properties


Events


Variables