type TIFPSInterfaceMethod = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property AbsoluteProcOffset: Cardinal; |
![]() |
property CC: TIFPSCallingConvention; |
![]() |
property Decl: TIFPSParametersDecl; |
![]() |
property Name: string; |
![]() |
property NameHash: Longint; |
![]() |
property OrgName: string; |
![]() |
property ScriptProcNo: Cardinal; |
![]() |
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
![]() |
property CC: TIFPSCallingConvention; |
Calling convention
![]() |
property Decl: TIFPSParametersDecl; |
Declaration off this method
![]() |
property Name: string; |
The name for this method (uppercased)
![]() |
property NameHash: Longint; |
The hash of the name for this method
![]() |
property OrgName: string; |
The original name for this method
![]() |
property ScriptProcNo: Cardinal; |
The script proc number for this method