![]() | ||
ОПРЕДЕЛИТЬ РАЗМЕР ОПЕРАТИВНОЙ ПАМЯТИ В МБ | ||
Функция: | ||
// returns total of physical memory installed (read-up recognized) // retrieves global memory status (WinAPI) // sets result with total amount of memory | ||
Применение: | ||
procedure TForm1.Button1Click(Sender: TObject); | ||
Источник: http://www.delphi3000.com |