ImageEn, unit iexMetaHelpers |
|
TIEMetaListView.Update
Declaration
procedure Update();
Description
Refreshes the content of the control.
If you manually update the params of an image, you will need to call Update().
ImageEnView1.IO.Params.EXIF_Description := 'My new description';
IEMetaListView1.Update();