Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. annmartinson

    missing operator or semicolon

    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...
  2. annmartinson

    How to Declare TIniFile

    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:=...

Part and Inventory Search

Back
Top