function  GetAVZPMStatus

Наверх  Назад  Вперед |

function  GetAVZPMStatus : boolean;

 

Возвращает текущий статус AVZPM - true=включен, false=выключен.

 

Пример:

 

if GetAVZPMStatus then 

 AddToLog('AVZ PM активен')

else

 AddToLog('AVZ PM не активен');