![]() |
![]() ![]() ![]() |
acAwayTimer component.
|
property OnScreenSaverStart: TNotifyEvent;
|
The OnScreenSaverStart event occurs when the component detects that screen saver program became active.
|
procedure TForm1.acAwayTimer1ScreenSaverStart(Sender: TObject);
|
begin
|
acWavPlayer1.Play;
|
end;
|
OnScreenSaverEnd event.
|