VCL, unit Vcl.ExtCtrls

TImage

TImage

Declaration

TImage = class(TGraphicControl)

Description

VCL control used to display images.
The ImageEn equivalent is TImageEnView.

See Also

ImageEn TImage Methods
VCL TImage Documentation

Example

// Copy image from a TImage to a TImageEnView
ImageEnView1.Assign( Image1 );
ImageEnView1.Update();