SaveChartToFile

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
elmec
Advanced
Posts: 129
Joined: Mon Aug 26, 2013 12:00 am

SaveChartToFile

Post by elmec » Thu Jun 05, 2014 2:37 am

We know that it needs to include the following header for calling SaveChartToFile in VCL,

Code: Select all

#include "TeeStore.hpp" 
but what is it for Firemonkey?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: SaveChartToFile

Post by Yeray » Thu Jun 05, 2014 9:44 am

Hello,

Some units move the "Tee" part to the prefix:

Code: Select all

#include <FMXTee.Store.hpp>
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply