TurboDB VCL Component Library

TTdbBlobProvider.LoadBlob Method

TTdbBlobProvider

Previous  Top  Next

Loads the current blob.

Delphi syntax:

procedure LoadBlob;

C++ syntax:

virtual void __fastcall LoadBlob(void);

Description

Call LoadBlob to load the current blob and make it available through the Picture property. Usually this is happens automatically when the blob provider is connected to a data source and the data in the data source changes.

See also

Picture property