Learn Delphi Programming | Unit 11.4| Fixed-length Strings | Dynamically Loading Images in Delphi

preview_player
Показать описание
Learn Delphi Programming | Unit 11.4| Fixed-length Strings | Dynamically Loading Images in Delphi

Learn how to declare String variables with a fixed maximum limit and explore the ShortString data type.

In this lesson we explore limited-length Strings with ShortString. Also learn how to display image files, like .PNG, dynamically in Delphi's TImage component.

Patreon:

All resources used for the demo's of this lesson can be downloaded at:

Support:

Enjoy concise, easy-to-understand video lessons that even a child can follow.
- visual, animated explanations;
- step-by-step, line-by-line walkthroughs;
- theory, demo's, exercises, challenges;
- regular new lessons;
- implementation of best practices;
- useful to students and teachers;
(also to non-Patreon supporters [delayed]);

Thanks to Nathan Smith for the music used of the Intro and Outro logo's. He is a very talented guitarist, performer, artist and good friend. Please, follow and support him.

Рекомендации по теме
Комментарии
Автор

Hello, I receive the following message:
Unknown image file extension (.png) .
Is there any additional adjustment that I need to fix in Inspector?

djukamali
Автор

I also have a problem with this one when I run it.
It compiles without problems.
When the window opens it doesn't show picture for ALL - The World.
If I select a country it shows a warning "Unknown image file extension (.png)"
"First chance exception at $7675A6E2. Exception class EInvalidGraphic with message 'Unknown picture file extension (.png)'. Process (3132)"

And it doesn't show the 3 letters and the Country in the pnlCountryISOCode and pnlCountry.

MegaEyeTV