yes, I know I'm doing something stupid, but I've got like 15 of these errors when I'm trying to run and I have no idea what it is wanting. I've tried copying and pasting in lines of code that do work, and it doesn't help.
can anyone tell my looking what syntax I might be missing...
I'm a gross beginner, decent in PHP, new to Delphi. I've copied some code from a tutorial that is in part >
procedure TForm1.FormCreate(Sender: TObject);
var
Ini: TIniFile;
begin
Ini := TIniFile.Create( ChangeFileExt( Application.ExeName, '.ini' ) );
try
ImportDir:=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.