16.19.2. function  GetAVZPMStatus

function  GetAVZPMStatus : boolean;
 
Возвращает текущий статус AVZPM - true=включен, false=выключен.
 
Пример:
 
begin
  if GetAVZPMStatus then
    AddToLog('AVZ PM активен')
  else
   AddToLog('AVZ PM не активен');
end.