Registriert seit: 7. Dez 2016
70 Beiträge
|
AW: Formular neu createn?
20. Apr 2017, 16:13
ich bekomme folgenden Fehler:
Error: Incompatible type for arg no. 1: Got "TCloseAction", expected "TBasicAction"
Zeig mal deinen Code.
Code:
procedure TForm2.FormClose(Sender: TObject; var CloseAction: TCloseAction);
begin
Action := caFree;
end;
"One of the basic rules of the universe is that nothing is perfect. Perfection simply doesn't exist... Without imperfection, neither you nor I would exist." - Stephen Hawking
|