ImageEn, unit iexMetaHelpers |
|
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
| Demos\InputOutput\DicomTags\DicomTags.dpr |
// Edit the selected item
IEMetaListView1.ShowEditor( IEMetaListView1.Selected );