Registriert seit: 7. Jan 2008
Ort: Baden Württemberg- Hohenlohekreis
174 Beiträge
RAD-Studio 2009 Arc
|
Re: function->tfunction
8. Nov 2009, 19:44
also das
Zitat:
Delphi-Quellcode:
// Einzelfunktion
tfunction = function({params}; private: Integer): result;
// Methode
tmethod = function({params}): result of object;
funktioniert nicht, der frisst die geringelte klammer nicht
Volker ~beware
Wizards First Rule:
People are stupid; given proper motivation, almost anyone will believe almost anything. Because people are stupid, they will believe a lie because they want to believe it’s true, or because they are afraid it might be true
|