program FmxLinuxFrxIBX; {$APPTYPE CONSOLE} uses System.SysUtils, FMX.fs_ichartrtti, FMX.frxChart, FMX.frxChartEditor, FMX.frxChartGallery, FMX.frxChartHelpers, FMX.frxChartRTTI; begin try { TODO -oUser -cConsole Main : Insert code here } except on E: Exception do Writeln(E.ClassName, ': ', E.Message); end; end.