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