|
function GetAVZGuardStatus |
Наверх Назад Вперед | |
|
function GetAVZGuardStatus : boolean;
Возвращает текущий статус AVZGuard - true=включен, false=выключен.
Пример:
if GetAVZGuardStatus then AddToLog('AVZGuard активен') else AddToLog('AVZGuard не активен');
|