Thema: Delphi MainMenu und Frames

Einzelnen Beitrag anzeigen

TomyN

Registriert seit: 8. Nov 2006
Ort: Bayreuth
244 Beiträge
 
Delphi 10.3 Rio
 
#4

AW: MainMenu und Frames

  Alt 28. Okt 2022, 08:35
Delphi-Quellcode:
 if pLeftArea.CanFocus then begin
     hfft.parent := pLeftArea;
     hfft.Align := alClient;
   end;
   hfft.initfft;
   hfft.startfft;
   hfft.Show;
   pLeftArea.Show;
Delphi-Quellcode:
  pLeftArea.Hide;
  if assigned(hfft) then begin
    hfft.finishFFT;
    freeAndNil(hfft);
  end;
Thomas Neumann
Meine Projekte
www.satlive.audio
www.levelcheck.de
  Mit Zitat antworten Zitat