I Am wondering, how to construct The series of Pascal statements which will
have The same effect like in Java.
wakeLock.acquire ();
The command
wakeLock.newWakeLock (1, '"Migration');
Work perfectly.
But
wakeLock.acquire (
);
Causes error when compiling.
I Am using AndroidR15
APi headers for Pascal.
Any advices will be welcomed. I do not know how to construct Pascal
equivalent of Java commands when intereacting with APi functions.
_______________________________________________
fpc-other maillist - [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other