RAD Studio VCL Reference
|
TDBImage represents a graphic image from a BLOB (binary large object) field of the current record of a dataset.
TDBImage = class(TCustomControl);
class TDBImage : public TCustomControl;
DBCtrls
Use TDBImage to represent the value of graphic fields. TDBImage allows a form to display graphical data from a dataset. TDBImage can allow the user to edit graphical data using the clipboard. While the application is running and the database image control has focus, users can cut, copy, and paste using the standard Windows accelerator keys (Ctrl+X, Ctrl+C, and Ctrl+V). Users can return to the original state of the database image control by pressing Esc before moving to another record.
If the application doesn't require the data-aware capabilities of TDBImage, use an image control (TImage) instead to conserve system resources.
Displaying and Editing Graphics Fields in an Image Control
Using Common Data Control Features
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|