About Delphi: File Encryption / Decryption





Use TFile Delphi Record To Encrypt or Decrypt A File
Starting with Delphi 2010, the RTL includes the "ioutils.pas" unit hosting dozens of file and folder related functions grouped into TFile, TDirectory, TPath and alike classes (records to be more precise).

Implementing the OnBeforeCreate and OnAfterCreate Events for Delphi Forms
in Delphi Forms :: The TForm's OnCreate event is called when the form is created. Usually, you would write an OnCreate event handler to perform special processing when the... Read more

Crypting Your INI (Configuration) Files
in INI Files :: In most of my applications I'm using INI files to store configuration options. INI files are text based documents with a simple structure. A user can open... Read more

Getting Started with Delphi
So, you want to learn Delphi? This is the right place: Delphi tutorials and articles for beginners.



0 comments:

Post a Comment