_IE_Introduction
Показывает вводную информацию о IE.au3 в новом окне браузера
#include <IE.au3>
_IE_Introduction([$s_module = "basic"])
Параметры
$s_module | [необязательный] specifies which module to run basic = (по умолчанию) основная информация |
Возвращаемое значение
Успех: | Возвращает an object variable pointing to an InternetExplorer.Application object |
Ошибка: | Возвращает 0 и устанавливает @error |
@error: | 0 ($_IEStatus_Success) = Нет ошибок |
5 ($_IEStatus_InvalidValue) = Неверное значение | |
@extended: | Содержит номер неверного параметра |
Примечания
The AutoIt Helpfile does not currently allow UDFs to have general documentation that covers a series of functions, but rather UDF documentation is focused on individual functions. This function is intended to provide that general documentation. It will grow over time.См. также
_IE_ExampleПример
; Открывает браузер с отображаемым текстом краткого описания IE.au3
#include <IE.au3>
$oIE = _IE_Introduction ("basic")