TurboDB VCL Component Library

TTdbBlobProvider.CreateTextualBitmap Class Method

TTdbBlobProvider

Previous  Top  Next

Creates a bitmap displaying some text.

Delphi syntax:

class function CreateTextualBitmap(const Text: string): TGraphic;

C++ syntax:

virtual static TGraphic * __fastcall SetText(System::String Text);

Description

Use CreateTextualBitmap to create a bitmap showing some text that can be used to display a blob, which cannot be represented otherwise. For example if the blob holds a sound file or an image in an unknown format, the text can explain that fact to the user.