ImageEn, unit iexMetaHelpers

TIEMetaListView.Update

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().

Example

ImageEnView1.IO.Params.EXIF_Description := 'My new description';
IEMetaListView1.Update();