Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Unit IFPS3CompExec

Description

Component wrapper for IFPS3 compiler and executer

A component wrapper for IFPS3, including debugging support.

Classes, Interfaces and Objects

NameDescription
Class TIFPS3CompExec  
Class TIFPS3DebugCompExec  
Class TIFPS3DllPlugin  
Class TIFPS3Plugin  

Functions and Procedures

Overview

procedure Register;

Description

procedure Register;

 

Types

NameDescription
TDelphiCallingConvention Alias to TIFPSCallingConvention
TIFPS3ClOnCompImport Script engine event function
TIFPS3ClOnExecImport Script engine event function
TIFPS3CompExecEvent Script engine event function
TIFPS3CompOptions Options for the compiler:
icAllowUnit - Allow 'unit' instead of program headers
icAllowNoBegin - Allow the user to not have to write a main Begin
icAllowEnd - Allow that there is no ending End.
TIFPS3OnLineInfo OnLineInfo event
TIFPSRuntimeClassImporter Alias to TIFPSRuntimeClassImporter

Constants

NameDescription
CdCdecl alias to cdCdecl
cdPascal alias to cdPascal
cdRegister alias to cdRegister
CdStdCall alias to cdStdCall