Tee Files - include own properties?
Posted: Wed Jul 25, 2007 7:28 am
Hi !
We use Tee files in textmode for storing the templates. Would it be possible to add some custom stuff?
Somthing like this:
object TChart
Left = 0
Top = 48
Width = 1027
---------------------
cut
---------------------
YValues.Name = 'Y'
YValues.Order = loNone
CustomVertAxis = 6
end
object ChartTool1: TSeriesStatsTool
end
end
#own section
Showxyz = 1
Is there a way to do this without loosing the original functionality (like loading a template into TeeChartOffice)?
We use Tee files in textmode for storing the templates. Would it be possible to add some custom stuff?
Somthing like this:
object TChart
Left = 0
Top = 48
Width = 1027
---------------------
cut
---------------------
YValues.Name = 'Y'
YValues.Order = loNone
CustomVertAxis = 6
end
object ChartTool1: TSeriesStatsTool
end
end
#own section
Showxyz = 1
Is there a way to do this without loosing the original functionality (like loading a template into TeeChartOffice)?