Interviewer And Interviewee Guide

Delphi Interview Question:

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
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

Interview Questions Answers .ORG