Hallo
Ich hab das Problem, in einem Project was fast fertig ist mit "DaysInMonth" .
Bis zum hinzufügen von Tchart hat alles geklappt ,aber nun meckert der Compiller über
folgenden Ausdruck.
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var
day:word;
begin
day :=DaysInMonth(dummypicker.Date);
end;
end.
Incompatible: Word und Tdate
Bin echt ratlos. Vieleicht kennt ja jemand das Problem?
gruß schniede