4
votes
Create Your Own Database Using Delphi's "File Of" Typed Files
About Delphi Programming
– in FILE I/O :: type TMember = record Name : string; end; var F : file of TMember; 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 ...
Statistics
|
Visits by Source |
User Actions |



