...get more... for Delphi.NET, C#, VB.NET for Delphi VCL, BCB 3-6
greatis.blogspot.com
Use SystemParametersInfo with SPI_SETSCREENSAVEACTIVE parameter.
procedure TForm1.Button1Click(Sender: TObject); begin SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, 0, nil, 0); end;