What should I give to Windows API functions that want a hWnd?

Submitted by: Administrator
Each form has a property called Handle, which contains the form's hWnd. Many controls also have hWnd properties. However, don't try to pass Canvas.Handle to an API function expecting a hWnd, because TCanvas's Handle property is a hDC, not a hWnd.
Submitted by: Administrator

Read Online Delphi Job Interview Questions And Answers