delphidelphi-10-seattle

undeclared identifier (TBlobStream)


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?


Solution

  • You can use the abstract TStream class here. That's just what the CreateBlobStream method returns.