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

Class TIFPSRegProc

Unit

ifpscomp

Declaration

type TIFPSRegProc = class(TObject)

Description

TIFPSRegProc contains all information needed for external function registered to the script engine.

Properties

Overview

Public property Decl: string;
Public property ExportName: Boolean;
Public property ImportDecl: string;
Public property Name: string;
Public property NameHash: Longint;

Description

Public property Decl: string;

The header of this function the procedure header format, see TIFPSInternalProcedure

Public property ExportName: Boolean;

When set to true, the script engine stores the name of this function if ImportDecl is not '' and it's used

Public property ImportDecl: string;

information that is needed for this function to import it, used for the classes library and dll library.

Public property Name: string;

The actual name of this function

Public property NameHash: Longint;

A hash of the name of this function