Search found 2 matches
- Wed Jun 13, 2018 2:49 pm
- Forum: Problems
- Topic: Problem with Delphi Function Se tDate Time Computer
- Replies: 2
- Views: 13046
- 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 ...
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 ...
