Thema: Delphi Problem mit OnChange

Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.199 Beiträge
 
Delphi 12 Athens
 
#6

Re: Problem mit OnChange

  Alt 18. Jan 2008, 13:15
Zitat:
da kam auch immer beim compilieren [Fehler] Unit1.pas(80): Es gibt keine überladene Version von 'TryStrToFloat', die man mit diesen Argumenten aufrufen kann
am Besten du zeigst mal deinen Codabschnitt her
also wie du es gemacht hast, denn so könnten wir sehn was eventuell alsch ist.

Zitat von OH:
Delphi-Syntax:

function StrToFloatDef(const S: string; const Default: Extended): Extended;
function StrToFloatDef(const S: string; const Default: Extended; const FormatSettings: TFormatSettings): Extended;


function TryStrToFloat(const S: string; out Value: Extended): Boolean;
function TryStrToFloat(const S: string; out Value: Double): Boolean;
function TryStrToFloat(const S: string; out Value: Single): Boolean;
function TryStrToFloat(const S: string; out Value: Extended; const FormatSettings: TFormatSettings): Boolean;
function TryStrToFloat(const S: string; out Value: Double; const FormatSettings: TFormatSettings): Boolean;
function TryStrToFloat(const S: string; out Value: Single; const FormatSettings: TFormatSettings): Boolean;


Zitat von widowmaker2k7:
edit: zur hilfe im programm selbst----> Warum kann ich keine Hilfe von diesem Programm erhalten?
welche Delphi-Version nutzt du denn? (idealer Weise gleich im Profil angeben)

und Notfalls gesondert in der Rubrik "Die Delphi-IDE" nachfragen.
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat