Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.979 Beiträge
 
#1

Create Your Own Database Using Delphi's "File Of" Typed Files

  Alt 26. Nov 2012, 14:20
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 ...

More...
  Mit Zitat antworten Zitat