Hardware Delphi

procedure TForm1.Timer1Timer(Sender: TObject);
var
m:tmemorystatus;
begin
globalmemorystatus (m);
label1.caption:='Ram inizin Kullanilan Kismi %'+inttostr(m.dwmemoryload);
gauge1.Progress:=m.dwMemoryLoad;
end;
end.