C++CodeDelphiIDE

Quickly Log Python Script Output To The Delphi Debug Log In Your Windows Apps

Sometimes developers need to log the output messages in Delphi for debugging purposes. You might aware this can be achieved by the windows API OutputDebugStringA. How about direct your python output messages to the Delphi Events Log Window? Yes, Python4Delphi has a flexible component PythonInputOutput to redirect your python output to the Delphi Events Log window with less code. You can…
Read more
DelphiRAD StudioTech Partner

Quickly Work With A COMPort On Linux With Delphi Using A WINSOFT library

If you have worked with COM Port Applications on Linux before, this is the most convenient and quick way to connect, write, and read data. Using COMPORT for Linux, you can do it in a matter of minutes; all you need to do is download the library and include it in your project, and that’s it. First and foremost, you must prepare your Linux machine for the deployment of your Console application…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Share Data Between Datasets Using CloneCursor In This Native Windows Sample For Delphi

TheCloneCursorsample shows you how toclone a dataset. To this end, the sample uses theCloneCursormethod of theTFDDataSetclass. Moreover, the sample uses other methods to determine whether the current record is within a specified range. Location You can find theCloneCursorsample project at: Start | Programs | Embarcadero RAD Studio…
Read more