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 John Tel 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: *

  • Users: JanChlpik
  • Content: Threads
  • Order by date
  1. JanChlpik

    Search result to Tstrings(problem)

    var Filelist: TStrings;//List of files var Path : string;//file directory var searchResult : TSearchRec;//search result Everything is working for me except getting the file path to file list. I can run it, but this line always causes error. Filelist.Add(Path +'\'+searchResult.name);
  2. JanChlpik

    Removing/Adding file Header

    Hi I have nearly finished converting program, but what looked easy is impossible to finish for me. Its image(picture) file btw First I assign file(that works fine) AssignFile(Myfile, Filelist[i]); If I managed to convert it to string I would simply type Delete(Myfile,1,20) But I did not find...

Part and Inventory Search

Back
Top