[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

tinterfaceentrytype

Dispatch interface entry type

Declaration

Source position: objpash.inc line 154

type tinterfaceentrytype = (

  etStandard,

  

Standard entry

  etVirtualMethodResult,

  

Virtual method

  etStaticMethodResult,

  

Statis method

  etFieldValue

  

Field value

);

Description

This is an internal type for the compiler to encode calls to dispatch interfaces.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.