![]() |
Shape
Guten Tag,
wollte ein Shape erzeugen. Aber selbst erzeugen
Delphi-Quellcode:
das problem ist , dass dieses shape nicht angezeigt wird .. warum
Shape := TShape.create(Form1) ;
Shape.Top := 10 ; Shape.Left := 10 ; Shape.Width := 10 ; Shape.Height := 10 ; Shape.Visible := TRUE ; Shape.Enabled := true ; Shape.Shape := stRectangle ; Shape.Pen.Color := clred ; Shape.Brush.Color := clred ; Shape.Show ; ß0?? |
Re: Shape
Das Parent muss noch zugewiesen werden, in diesem falle wohl auch auf Form1.
|
Re: Shape
wie mach ich das:) ?
|
Re: Shape
Delphi-Quellcode:
Shape.Parent := Form1;
|
Re: Shape
danke :)
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:56 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-2025 by Thomas Breitkreuz