Page 1 of 1

teeSplitInLines

Posted: Wed Mar 07, 2007 9:39 am
by 9346985
Hi

I see reference to the TeeSplitInLines method in the TChart PRO v7 component library help (tchartaxis.Labelsmultiline), and also in this forum; however it is absent from the source code. Can you help?

Thanks, David

Posted: Mon Mar 12, 2007 9:41 am
by Pep
Hi David,

yes, you are correct. We forgot to add/change the info in the Help.

It has been changed by :

var s:string;
s:='abc'+TeeLineSeparator+'def';
result:=ReplaceChar(s,' ',TeeLineSeparator);

The ReplaceChart is in the TeeProcs.pas unit.