integrated TFuture

This commit is contained in:
Michael Schimmel
2025-06-04 01:55:24 +02:00
parent 06ec0db105
commit f571965762
8 changed files with 1223 additions and 227 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
program ChartDisplayProject;
uses
FastMM5,
Vcl.Forms,
ChartDisplayMain in 'ChartDisplayMain.pas' {ChartForm},
Myc.OHLCCache in '..\common\Myc.OHLCCache.pas',
Myc.ChartDataController in '..\common\Myc.ChartDataController.pas';
Myc.ChartDataController in '..\common\Myc.ChartDataController.pas',
DataStreamer in 'DataStreamer.pas';
{$R *.res}