Questions tagged [rad-studio]

Use this tag if you have questions about RAD Studio features and functionality. DO NOT use it if you have questions about how to write code in RAD Studio. Please mention the version you're using.

RAD Studio is a suite of development tools developed by Embarcadero. Can be used to develop applications in Delphi or C++.

231 questions
-1
votes
1 answer

Read all available bytes from TCP Socket (unknown byte count)

I am having Problems useing the Indy TIdTCPClient. I want to call a function, everytime if there is Data available on the socket. For this I have a Thread calling IdTCPClient->Socket->Readable(100). The function itself looks like this: TMemoryStream…
Adi
  • 13
  • 4
-1
votes
1 answer

Get selected value of TCombobox in Delphi RAD Studio 10

How to get the selected value from a TComboBox? The TCombobox name is comboTest vaue_is := comboTest ???
Pointer
  • 2,123
  • 3
  • 32
  • 59
-1
votes
1 answer

how to return TByteDynArray in SqlServerMethod DataSnap Server

I have a DataSnap Server with a Server method like this: function TServerMethods1.Get_Excel_History(key: string): TByteDynArray; Now, on the DataSnap Client using TSQLServerMethod, I successfully connect to the server in Design Mode, and I'm…
Jose M
  • 43
  • 1
  • 1
  • 6
-2
votes
1 answer

ask Delphi7 NtQueryObject and NtQuerySystemInformation

Can you explain why the Handle type "Process" has a PID / process name in Process Hacker: I've tried NtQueryObject() and NtQuerySystemInformation() but all of them don't work. There is no PID / process name on Handle Type "Process".
Hoho
  • 11
-3
votes
1 answer

How to run current .cpp file in RAD Studio?

When I ran file1.cpp, it worked perfect. But now, I want to run test1.cpp, but it's not working. There is no option to run the second .cpp file. How can I run test1.cpp in RAD Studio?
enes durmuş
  • 47
  • 2
  • 7
1 2 3
15
16