[fpc-pascal] What happens when assigning interfaces?

Ryan Joseph genericptr at gmail.com
Fri Jul 10 03:02:52 CEST 2020



> On Jul 10, 2020, at 12:23 AM, Sven Barth via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:
> 
> (so that it points to the VMT generated for the interface)

So, it sounds like what the interface actually is, is a pointer to VMT table.

The VMT is generated with the class that implements the interface? Does it have to do a lookup to find the VMT table, like calling Supports() does?

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list