Dispatch interface entry type.
Source position: objpash.inc line 174
type tinterfaceentrytype = (  | 
||
etStandard,  | 
  | 
Standard entry.  | 
etVirtualMethodResult,  | 
  | 
Virtual method.  | 
etStaticMethodResult,  | 
  | 
Static method.  | 
etFieldValue,  | 
  | 
Field value.  | 
etVirtualMethodClass,  | 
  | 
Interface provided by a virtual class method.  | 
etStaticMethodClass,  | 
  | 
Interface provided by a static class method.  | 
etFieldValueClass  | 
  | 
Interface provided by a class field.  | 
);  | 
This is an internal type for the compiler to encode calls to dispatch interfaces.