TPaxProgram Properties
TPaxProgram.DataPtr
Returns address of DATA segment of paxCompiler program.
property DataPtr: Pointer read GetDataPtr;
TPaxProgram.CodePtr
Returns address of CODE segment of paxCompiler program.
property CodePtr: Pointer read GetCodePtr;
TPaxProgram.DataSize
Returns size of DATA segment of paxCompiler program.
property DataSize: Integer read GetDataSize;
TPaxProgram.CodeSize
Returns size of cCODE segment of paxCompiler program.
property CodeSize: Integer read GetCodeSize;
TPaxProgram.ProgramSize
Returns size of paxCompiler program.
property ProgramSize: Integer read GetProgramSize;
TPaxProgram.ResultPtr
Returns address of result of expression.
property ResultPtr: Pointer read GetResultPtr;
TPaxProgram.ExitCode
Returns exit code.
property ExitCode: Integer read GetExitCode;
TPaxProgram.IsEvent
Returns "true", if program currently executes event handler body.
property IsEvent: Boolean read GetIsEvent;
TPaxProgram.SourceLine
Returns current executed line.
property SourceLine: Integer read GetSourceLine;
TPaxProgram.ModuleName
Returns current executed module name.
property ModuleName: String read GetModuleName;