Мельница данных  (28.04.2024)
Интерфейс INamedItemInfo

Диаграмма

01type
02  INamedItemInfo = interface(IUnknown)
03    ['{14894363-28DA-4E71-B0BC-9C5CE811BC8F}']
04    function Get_Name: WideString; safecall;
05    function Get_Caption: WideString; safecall;
06    function Get_ID: WideString; safecall;
07    property Name: WideString read Get_Name;
08    property Caption: WideString read Get_Caption;
09    property ID: WideString read Get_ID;
10  end;