- - * - WhiteUnicorn - * - -




* #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ >


Frequently Asked Questions

How can I create a transparent form?

Question:

How can I create a transparent form?

Answer:

The following example demonstrates how to create a transparent

form.



Example:



procedure TForm1.FormCreate(Sender: TObject);

begin

  Form1.Brush.Style := bsClear;

  Form1.BorderStyle := bsNone

end;



procedure TForm1.BitBtn1Click(Sender: TObject);

begin

  Application.Terminate;

end;




* #WhiteUnicorn/ StartPage/ Documentation/DelphiFAQ >



- - * - Anastasija aka WhiteUnicorn - * - - LJLiveJournal
PFPhotoFile