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