in FILE I/O ::
In my Delphi program I need a way of storing some information to the disk. I do not want to work with text files - there should be no easy way to see/alter the information in a file. No need for a "real" database engine. There may be actions like changing/updating the existing data; but mainly writing and reading will take place. All the information is stored in my user-defined Delphi record data type. What approach should I use?
Read the full article to learn how to create, write to, read from and manipulate Typed Files from Delphi
Related : File I/O with Delphi | Understanding Record Delphi Strucure | Database Programming with Delphi
Comments
No comments yet. Leave a Comment
