Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Learn How To Easily Work With BLOB Streams Internally And Externally In This Delphi Windows App

The BlobStreams sample shows you how to use the BLOB streaming techniques of FireDAC. To this end, this sample implements both the external streaming and the internal streaming.

Location

You can find the BlobStreams sample project at:

How to Use the Sample

  1. Navigate to the location given above and open BlobStreams.dproj.
  2. Press F9 or choose Run > Run.

Files

File in DelphiContains
BlobStreams.dproj
BlobStreams.dpr
The project itself.
fBlobStr.pas
fBlobStr.fmx
The main form.

Implementation

Before running the sample, the main components are configured at design time using the Object Inspector as follows:

Once the main components are configured at design time you can run the application and interact with the sample in run time. To this end, the sample offers three buttons:

See the code below:

For more information about this sample, please refer to the link below:
http://docwiki.embarcadero.com/CodeExamples/Sydney/en/FireDAC.TFDQuery.BlobStreams_Sample

Check out the full source code for the BLOB streams sample app in Windows for Delphi on GitHub.

Exit mobile version