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

Диаграмма

01type
02  IInfoProvider2 = interface(IDispatch)
03    ['{BED44934-BCF9-4942-933D-591AB40D4CFE}']
04    function Get_AutoCheckKeys: WordBool; safecall;
05    function Get_OptionCount: Integer; safecall;
06    function Get_Option(Index: Integer): IOptionInfo; safecall;
07    property AutoCheckKeys: WordBool read Get_AutoCheckKeys;
08    property OptionCount: Integer read Get_OptionCount;
09    property Option[Index: Integer]: IOptionInfo read Get_Option;
10  end;