How does Delphi handle Windows callbacks?

Submitted by: Administrator
Just like C: You can get a far pointer to your callback procedure (you have to remember to declare it with the "far" qualifier, unless you have {F$+} in effect to force all calls to be far), pass the pointer to the Windows callback function, and there it is.
Submitted by: Administrator

Read Online Delphi Job Interview Questions And Answers