FAQ: How to query serial number from hard disk in delphi project?
If you are an Delphi Developer and looking for a solution to get serial number of hard disk in your Delphi program, you can try our GetDiskSerial DLL. With a few function call in Delphi, it helps you read the Serial Number of Hard Disk in your Delphi projects easily and quickly.
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
begin
SetLicenseKey('Your-License-Key');
Edit1.Text := GetSerialNumber(0); //get SerialNumber
Edit2.Text := GetModelNumber(0); //get ModalNumber
end;
end.
Free Trial GetDiskSerial DLL Now
