Delphi-PRAXiS
Seite 2 von 2     12   

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 Panel mit Inhalt in gleiche Form kopieren (https://www.delphipraxis.net/10007-panel-mit-inhalt-gleiche-form-kopieren.html)

Nalincah 9. Okt 2003 15:44

Re: Panel mit Inhalt in gleiche Form kopieren
 
Ich denk ich werd das mit Frames machen. Steh etwas unter Zeitdruck. Noch ne Frage dazu. Hab jetzt 4 Frames. Jedes mit nem Panel und anderen Komponenten drin.

Momentan sieht mein Source so aus:

Delphi-Quellcode:
var
  FrmDesignExpression: TFrmDesignExpression;
  FrameExpr: array of TFrame;
  FrameFunkt: array of TFrame;
  FrameData: array of TFrame;
  FrameParam: array of TFrame;
  AnzFrameExpr:Integer=0;
  AnzFrameFunkt:Integer=0;
  AnzFrameData:Integer=0;
  AnzFrameParam:Integer=0;

procedure ShowDesignerExpression(sender : tobject;var t : TQRExpr);
var
  i : integer;
begin
  SetLength(FrameExpr,AnzFrameExpr+1);
  FrameExpr[AnzFrameExpr] := TFrame.Create(FrmDesignExpression);
  FrmDesignExpression.ShowModal;
end;
Wie kann ich angeben, aus welchem Frame der das Object erstellen soll???


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:16 Uhr.
Seite 2 von 2     12   

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