Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Halb transparent (https://www.delphipraxis.net/52967-halb-transparent.html)

150gozilla 7. Sep 2005 16:10


Halb transparent
 
Hi, gibt es eine Möglichkeit, meine form sagen wir mal als beispiel 20% transparent zu machen ?

Matze 7. Sep 2005 16:12

Re: Halb transparent
 
Hallo!

Stichwort AlphaBlend: Beispiel


Nachtrag: Das Beispiel ist eswas overkilled, hier mal zusammengefasst ;)

Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin
  Alphablend := true;
  AlphaBlendValue := 128;
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:25 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz