Full Source Code

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
Asseco
Newbie
Newbie
Posts: 6
Joined: Tue Mar 25, 2014 12:00 am

Full Source Code

Post by Asseco » Thu Mar 27, 2014 12:16 pm

Hi,
I downloaded TeeChart2014SourceCode.exe and installed it.
I would like to know where is FMXTee.Series.pas, FMXTee.Series.Surface.pas, etc.?
I found dcu only (after binary installation)...
Do I blind or full source code isn't full?

Thanks
Roman Krupicka

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

Re: Full Source Code

Post by Yeray » Thu Mar 27, 2014 12:32 pm

Hello Roman,

FMXTee.XXX.pas units are exactly equal to XXX.pas units included in the Sources. TeeRecompile copies the units without prefix to the FMX folder (the same for the VCL folder) and renames them before compiling.
So, if you want to see or modify something in FMXTee.Series.pas, open and modify Series.pas and when you'll run TeeRecompile, FMXTee.Series.pas will be created with your modifications.
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