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

Class TIFPS3Plugin

Unit

IFPS3CompExec

Declaration

type TIFPS3Plugin = class(TComponent)

Description

Base class for all plugins for the component

Methods

Overview

Public destructor Destroy; override;
Protected procedure CompOnUses; virtual; abstract;
Protected procedure ExecOnUses; virtual; abstract;
Protected procedure SetCompiler(Value: TIFPS3CompExec); virtual;

Description

Public destructor Destroy; override;

 

Protected procedure CompOnUses; virtual; abstract;

 

Protected procedure ExecOnUses; virtual; abstract;

 

Protected procedure SetCompiler(Value: TIFPS3CompExec); virtual;

 

Properties

Overview

Published property CompExec: TIFPS3CompExec;

Description

Published property CompExec: TIFPS3CompExec;

The component this plugin should be registered to