python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Calling the winAPI function in Delphi
I'm taking my first steps in Delphi, I've created a small program that uses the GetSystemPowerStatus function to get battery status information.
To load the function, I used the Winapi.Windows unit.
E...

yonni
Votes: 0
Answers: 1
TWebUpdate E2003 Undeclared identifier _WIN32_FIND_DATA
I am trying to install TMS TWebUpdate in Delphi 11.1 using the last version I have, which installs fine in Berlin and Tokyo. Alas, it Alexandria it gives an error
[dcc32 Error] wupdate.pas(2342): E20...

MarkoZaaz
Votes: 0
Answers: 1
How to convert integer value of ip address to standard IP address
Pls. can you help me how to convert integer value of ip address to standard ip address?
A got integer value from
tmpWifiServiceNative:= TAndroidHelper.Activity.getSystemService(TJContext.JavaClass.WIF...

KJAN
Votes: 0
Answers: 1
The way prevent unintended dynamic array pointer changed
Using dynamic array and I noticed unintended perform.
My code is below. It's executable as console application.
program Test;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
System.Types;
...
P.Miz
Votes: 0
Answers: 0