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

Class TIFExternalProcRec

Unit

ifps3

Declaration

type TIFExternalProcRec = class(TIFProcRec)

Description

WARNING: @Abtract(An external procedure)

Hierarchy

TIFProcRec

Properties

Overview

Public property Decl: string;
Public property Ext1: Pointer;
Public property Ext2: Pointer;
Public property Name: string;
Public property ProcPtr: TIFProc;

Description

Public property Decl: string;

Declaration for this proc (not needed, loaded from script)

Public property Ext1: Pointer;

User setable variable

Public property Ext2: Pointer;

User setable variable

Public property Name: string;

Name for this proc

Public property ProcPtr: TIFProc;

Pointer to the procedure