Search found 2 matches

by IVANRIBEIRO
Sat Jun 09, 2018 7:17 pm
Forum: Problems
Topic: Problem with Delphi Function Se tDate Time Computer
Replies: 2
Views: 13046

Problem with Delphi Function Se tDate Time Computer

We have a function to change computer system date time with Delphi
But we dont understand why after protect the executable the function dont works

Thats the function:

procedure TDmPrincipal.SynchronizeDh;
var
SystemTime: TSystemTime;
begin
FDhSynchronized := False;
DateTimeToSystemTime ...