ImageEn, unit iexMetaHelpers

TIEMetaListView.ShowEditor

TIEMetaListView.ShowEditor

Declaration

procedure ShowEditor(Index: Integer); overload;
procedure ShowEditor(Item: TListItem); overload;

Description

Commences editing of the specified item.

Note:
The specified item must of an editable meta-data type
Hide the editor using HideEditor
The OnEditMetaData event will occur

Demo

Demo  Demos\InputOutput\DicomTags\DicomTags.dpr

Example

// Edit the selected item
IEMetaListView1.ShowEditor( IEMetaListView1.Selected );