|
Using in hand coded projects |
|
It is easy to use Send2 in a hand coded project.
First you need to add two lines to the project file:
_ITSend2DllMode_=>0
_ITSend2LinkMode_=>1
This is for stand alone exe or a base dll exporting declarations. For anything else use:
_ITSend2DllMode_=>1
_ITSend2LinkMode_=>0
You need to include the class in your global module:
Include('ITSend2Class.inc'),ONCE
You can now instantiate the class and use it anywhere in your project:
ITS2 ITSend2Class
Code
ITS2.RemoveSend2Link ('Send to')
This chapter is still under construction and we may add more examples to it later.