delphi tag

11 questions


1 answers
130 views
0
Is there a feature equivalent to Indy9's TIdTCPConnection.ReadBuffer?

Indy9 Code void__fastcall TfrmMain::ServerConnect (TIdPeerThread*AThread){ BKUK_PACKET Pkt;-----------------------------------------------------------AThread->Connection->ReadBuffer(BYTE*)&...

2 years ago

1 answers
111 views
0
Does Indy10 have the same functionality as TIdTCPConnection.ReadFromStack?

Indy 9 Program void__fastcall TfrmMain::ServerConnect (TIdPeerThread*AThread){----------------------------------------------------------- TIdTCPServerConnection* con=AThread->Connection;-----------...

2 years ago

1 answers
127 views
0
How do I boot to Safari in Delphi+iOS?

I want to start Safari when I run the program written in Delphi on iOS.How can I do this?

2 years ago

1 answers
89 views
0
WMQueryEndSession Does Not Occur?

The WMQueryEndSession tries to do the pre-widows action, but the WMQueryEndSession does not appear to occur and does not perform the action in the WMQueryEndSession.Please tell me the possible cause.D...

2 years ago

1 answers
105 views
0
RAD Studio Sydney no longer allows programs to be installed on real Android devices

When I built it on the FMX of RAD Studio Sydney, the program had been installed and running on the actual Android machine.After I patched the sydney, the AAB file was created and it stopped working on...

2 years ago

1 answers
98 views
0
I don't want the app being created in DelphiXE5 to have icon resources like the console app

I am currently using delphiXE5 to create a large number of detailed tools (modules) in the VCL form app, but it is especially troublesome to set up icons one by one as it is an application for busines...

2 years ago

1 answers
99 views
0
Error running exe file in Windows 10: Access violation at address

When I run 'xxxxxx.exe' on Windows 10, I get the following error and I can't process it.Access violation at address0066472F in module 'xxxxxx.exe'.Read of address0000007C.If the above error occurs, pl...

2 years ago

1 answers
115 views
0
Delphi (tokyo) to JSON type RESPONSE only enters the last data value "T"

objFind := TJSONObject.Create; objFind1 := TJSONArray.Create; objFind4 := TJSONObject.Create; objFind3 := TJSONArray.Create; objFind2 := TJSONObject.Create; With nxQuery2.Create(self) do begin tr...

2 years ago

1 answers
157 views
0
I implemented the Rest server, but even if JSONObject frees, memory leaks continue to occurㅜ

First of all, I would like to thank the people who read the questions.While implementing the pad server with delphi(tokyo) version, there is a memory leak in the process of creating multiple api and p...

2 years ago

1 answers
133 views
0
I want to implement REST server Is it possible with Delphi tokyo (10.2) (including session certification)?

Hi, how are you?With the current Delphi 10.2 (tokyo) version, server, cla, in JSON type with the source implemented by the existing developerWe are making simple Android programs such as linking betwe...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.