When I declare a variable like this :
Var Stream : TBlobStream;
I get an error :
undeclared identifier
So what is the problem? How can I solve this?
You can use the abstract TStream
class here. That's just what the CreateBlobStream method returns.