ExeStream v2.0

http://www.dihav.com
By Mohammad Yousefi
vahid_you2004@yahoo.com
January 2007

Contents


License Agreement

Using this component signifies acceptance of these terms and conditions of the license.

Top


Introduction

ExeStream is a type of stream helps you to write data into exe files and read them at runtime.
This component is tested on "Delphi 7" and "Delphi XE2".

Top


Installation

  1. Run Delphi.
  2. Choose "Environment Options..." from "Tools" menu.
  3. Choose "Library" tab.
  4. Add ExeStream directory to "Library Path".
  5. Click "OK".

Top


Using

To use this components add "ExeStr" to uses.
Define a new variable as "TExeStream".
Call "Create" method to create it.
All properties and method are the same as TSream object.
For more information visit Delphi help about TStream object.

Top


Visit dihav website.