Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
LPhysMem: TLabel; LMemoryInUse: TLabel; MS : TMemoryStatus; ... GlobalMemoryStatus( MS ); LPhysMem.Caption := FormatFloat( '#,###" KB"', MS.dwTotalPhys / 1024 ); LMemoryInUse.Caption := Format( '%d %%', [ MS.dwMemoryLoad ] );
No comments:
Post a Comment