Delphi Programming Series: 48.11 - Dynamically creating a BitBtn component

preview_player
Показать описание
Hi. In this video I teach you how to create a BitBtn component dynamically in run-time using the Delphi programming language.

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

For exemple if u want bitbtn small but the image so big so how you fix that ?

khadysdreams
Автор

Can you pls explain how to change the size of the image on bitbtn

khadysdreams
Автор

IMPORTANT NOTE: Do __NOT__ use the button components of the Vcl.Buttons unit (mainly consisting of TBitBtn and TSpeedButton) anymore! They have been deprecated for decades now and are no longer maintained. They are extremely buggy under later versions and only there for compatibility reasons.
Use the standard TButton instead, this has most of the features already implemented. For those features which are not available there, you have lots of up-to-date 3rd-party stuff available, like the TCommandButton from LinaComponents.

MQuaritch