RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBImage.Picture Property

Represents the image that appears on the database image control.

Pascal
property Picture: TPicture;
C++
__property TPicture Picture;

Read Picture to obtain the TPicture object that represents the value of the field. Set Picture to programmatically change the value of the graphic field. The property value is a TPicture object which can contain an icon, metafile, bitmap, or other graphic object.

Image1.Picture.Assign(DBImage1.Picture);

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!