Code4bin Delphi 2021 -

All plugins created by hana+nils · Büro für Gestaltung. We create visual designs for digital and analog media.

Hi there! We will be releasing new Plus plugins this fall.

Code4bin Delphi 2021 -

begin try // Assign and open the file for writing AssignFile(BinaryFile, 'example.bin'); Rewrite(BinaryFile); // Write data to the file for i := 0 to 9 do Write(BinaryFile, DataToWrite[i]); // Close the file CloseFile(BinaryFile);