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

Class TIFPSInterfaces

Unit

ifpiinterface

Declaration

type TIFPSInterfaces = class(TObject)

Description

 

Methods

Overview

Public constructor Create(SE: TIFPSPascalCompiler; AutoFree: Boolean);
Public destructor Destroy; override;
Public function Add(InheritedFrom: TIFPSInterface; const GUID, Name: string): TIFPSInterface;
Public function Find(const Name: string): TIFPSInterface;

Description

Public constructor Create(SE: TIFPSPascalCompiler; AutoFree: Boolean);

 

Public destructor Destroy; override;

 

Public function Add(InheritedFrom: TIFPSInterface; const GUID, Name: string): TIFPSInterface;

Add a new interface

Public function Find(const Name: string): TIFPSInterface;

Find an interface