teeSplitInLines

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
dmisland
Newbie
Newbie
Posts: 11
Joined: Wed Jul 26, 2006 12:00 am

teeSplitInLines

Post by dmisland » Wed Mar 07, 2007 9:39 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Mar 12, 2007 9:41 am

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.

Post Reply