Files
lasarus_compotents/LCLExtensions/include/generic/timerfunctions.inc
2024-04-02 08:46:59 +03:00

9 lines
192 B
PHP

function KillTimer(hWnd:THandle; nIDEvent: LongWord):Boolean;
begin
end;
function SetTimer(hWnd:THandle; nIDEvent:LongWord; uElapse:LongWord; lpTimerFunc:TTimerNotify): LongWord;
begin
end;