Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

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

AW: Abfrage ob EditTextFeld Zahl oder Buchstabe

  Alt 18. Mär 2012, 13:01
was bedeutet den [Fehler] test.pas(61): Nicht genügend wirkliche Parameter?
Daß deine Anzahl der Parameter nicht mit einer existieren Funktion übereinstimmen?

Such dir eines davon aus:
Delphi-Quellcode:
function TryStrToFloat(const S: string; out Value: Extended): Boolean; overload;
function TryStrToFloat(const S: string; out Value: Extended; const AFormatSettings: TFormatSettings): Boolean; overload;
function TryStrToFloat(const S: string; out Value: Double): Boolean; overload;
function TryStrToFloat(const S: string; out Value: Double; const AFormatSettings: TFormatSettings): Boolean; overload;
function TryStrToFloat(const S: string; out Value: Single): Boolean; overload;
function TryStrToFloat(const S: string; out Value: Single; const AFormatSettings: TFormatSettings): Boolean; overload;
Mit einer der Funktion muß dein Aufruf übereinstimmen.

Zitat:
Da scheidet StrToFloatDef wohl aus, sonst hätte ich das erwähnt.
Kommt drauf an ... wenn man am Ende sowas macht if nicht richtig then setze ersatzwert/standardwert , dann würde Def schon passen.


Ja, OnExit und bei einem Fehler eventuell mit SetFocus wieder zurück.
$2B or not $2B
  Mit Zitat antworten Zitat