Showing posts with the label Delphi

Menggunakan Registry Di Delphi

uses Registry;  Procedure YourProc();  var R:TRegistry;  begin  R:= TRegistry.Create;  try  R.Root…

Membuat Log File di Delphi

const   BreakingLine = '||--------------------------------------------------------------------…

Load More That is All