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

Unit ifpiinterfacer

Description

Runtime Interface support

Functions and Procedures

Overview

procedure RegisterInterfaceLibrary(SE: TIFPSExec);
procedure SetVariantToInterface(fVar: PIFVariant; const Intf: IUnknown);

Description

procedure RegisterInterfaceLibrary(SE: TIFPSExec);

Register the interface library to the script engine

procedure SetVariantToInterface(fVar: PIFVariant; const Intf: IUnknown);

Set a variant to an interface

Author

Carlo Kok <ck@carlo-kok.com>