Image Property (AControl) |
Version 5 |
Returns a picture object of the object's image.
[ obImage = ] Object.Image
The Image property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
A control |
A control object |
|
obImage |
Object |
A picture object which is contained in this control object. |
The following statement retrieves a picture:
obImage = ctrl.Image
Any control which supports the Image property.