AuraTrader Sample

This commit is contained in:
Michael Schimmel
2025-06-17 21:49:09 +02:00
parent f81337c98d
commit a9aff8c41a
13 changed files with 2093 additions and 306 deletions
+5 -3
View File
@@ -49,7 +49,9 @@ var
implementation
uses
{$IFDEF MSWINDOWS} Winapi.Windows, {$endif}
{$IFDEF MSWINDOWS}
Winapi.Windows,
{$endif}
System.Math;
{ TDataFileCache<T> }
@@ -170,7 +172,7 @@ begin
end;
initialization
{$IFDEF MSWINDOWS}
{$IFDEF MSWINDOWS}
IsMemoryLow :=
function: Boolean
var
@@ -184,6 +186,6 @@ initialization
Result := memStatusEx.dwMemoryLoad >= 80;
end;
end;
{$endif}
{$endif}
end.