ImageEn, unit iemview

TImageEnMView.Assign

TImageEnMView.Assign


Declaration

procedure Assign(Source: TPersistent);


Description

Replace the existing content with the frames in TImageEnMView, TIEMultiBitmap, TIEBitmap, TBitmap or TImageList.

Note:
Params are NOT copied. See AssignEx
Cannot be used if a TIEDBMultiBitmap is attached to the control


Example

// Replace the existing content with that from another TImageEnMView
ImageEnMView1.Assign( ImageEnMView2 );


See Also

AssignEx
AssignTo
Assign