How to Display a bitmap on the client area of an MDI parent
form?



How to Display a bitmap on the client area of an MDI parent form?..

Answer / Dharamveer

To display a Bitmap on the client area of an MDI (Multiple Document Interface) parent form in Delphi, you can use TImage component. Here's an example:n
1. Add TImage component to your MDI parent form.
2. Assign the Bitmap object to the Picture property of the TImage component.
3. To set the position of the bitmap, adjust the Top and Left properties of the TImage component.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to Load a locale file into the THTML component ?

1 Answers  


How to Use the LzExpand functions in your applications?

1 Answers  


How to avoid "Random" Exceptions being raised when using TJPEGImage or the JPEG unit?

1 Answers  


How to Place a grid in edit mode programatically?

1 Answers  


How to determine the week number of a given day in the year?

1 Answers  


How to Display documents in the default browser?

1 Answers  


How to Declare a SafeArray in the type library editor?

1 Answers  


How to install BDE network ?

1 Answers  


How to Create temporary canvas?

1 Answers   Mastek,


How to Detect what direction a printer will rotate for a portrait ?

1 Answers  


How to Change delphi default directory?

1 Answers  


'Memo too large' error with MSSQL . What does this error indicates?

1 Answers  


Categories