I was using delphi 7 but decided to use delphi berlin instead, but when converting my project I find this instruction
function TCbMenu.Decripta(encrivar:String): String;
returns a
Why "function TCbMenu.Decripta(encrivar:String): String;" works fine in delphi 7 but not on berlin?
Details:
Added 3+ months ago:
error "E2023: Function needs a return type"
Has the syntax of the function call changed in XE10.1 Berlin?
Added 3+ months ago:
SOLVED!!! Thanks to Jenny and everyone else.
Answers
No answers have yet been posted. Add your answer to this question.