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
Full Source Code
Re: Full Source Code
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |