ExeStream v2.0
http://www.dihav.com
By Mohammad Yousefi
vahid_you2004@yahoo.com
January 2007
- This component is freeware and can be distributed by everyone.
- No person or company may charge a fee for the distribution of this product.
- No warranty of any kind is expressed or implied. You use at your own risk. The author will not be liable for data loss, damages, loss of profits or any other kind of loss while using or misusing this component.
- You may not rent, lease, sell, modify, and decompile component. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution.
Using this component signifies acceptance of these terms and conditions of the license.
Top
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
- Run Delphi.
- Choose "Environment Options..." from "Tools" menu.
- Choose "Library" tab.
- Add ExeStream directory to "Library Path".
- Click "OK".
Top
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.