Thread
:
Remove Lock Screen in Wpi install
View Single Post
#
4
04-02-2017, 05:35
Nizar3003
Registered User
Join Date: May 2015
Location: Indonesia
Posts: 62
Thanks: 16
Thanked 36 Times in 20 Posts
try this
Result.Tmr:= TTimer.Create(hParent);
with Result.Tmr do begin
OnTimer:=@LockTimer;
Interval:=1;
if hLock then
Enabled:=True
else
Enabled:=False;
end;
The Following User Says Thank You to Nizar3003 For This Useful Post:
ZAZA4EVER
(04-02-2017)
Nizar3003
View Public Profile
Find all posts by Nizar3003