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

Class TIFPSInterfaceMethod

Unit

ifpscomp

Declaration

type TIFPSInterfaceMethod = class(TObject)

Description

Interface Method type info

Methods

Overview

Public constructor Create;
Public destructor Destroy; override;

Description

Public constructor Create;

 

Public destructor Destroy; override;

 

Properties

Overview

Public property AbsoluteProcOffset: Cardinal;
Public property CC: TIFPSCallingConvention;
Public property Decl: TIFPSParametersDecl;
Public property Name: string;
Public property NameHash: Longint;
Public property OrgName: string;
Public property ScriptProcNo: Cardinal;

Description

Public property AbsoluteProcOffset: Cardinal;

The offset this method is on, all interface methods are numbered from 0, so the script engine knows which one to call

Public property CC: TIFPSCallingConvention;

Calling convention

Public property Decl: TIFPSParametersDecl;

Declaration off this method

Public property Name: string;

The name for this method (uppercased)

Public property NameHash: Longint;

The hash of the name for this method

Public property OrgName: string;

The original name for this method

Public property ScriptProcNo: Cardinal;

The script proc number for this method