Thema: Delphi Memory Information?

Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#36

Re: Memory Information?

  Alt 16. Nov 2007, 19:49
But i think i found an easier way

Delphi-Quellcode:
procedure TMainFrm.Button3Click(Sender: TObject);
begin

MiTeC_Machine1.SMBIOS.RefreshData;;

mainfrm.Caption:=inttostr(MiTeC_Machine1.SMBIOS.MemoryModule[1].Size);
end;
The caption is 0 after i press it size is cardinal
  Mit Zitat antworten Zitat