[fpc-pascal] Question on method pointers

dhkblaszyk at zeelandnet.nl dhkblaszyk at zeelandnet.nl
Sat Nov 5 20:21:48 CET 2005


I have a question regarding the assignment of the result of a function.
The function is declared as such:

TMyFunc = function : extended of Object;

I have a variable that is of this type and I want to assign the result of
this function to a variable of type extended. I was thinking to do it like
this;

var MyFuncVar: TMyFunc;
....
MyResult := MyFuncVar;

But obviously it does not work. On delphi it does, so how can I make it
work on FPC??

Kind regards, Darius Blaszijk




More information about the fpc-pascal mailing list