TeeFormatting

Unit TeeFormatting

Description
This unit contains a form used by TeeChart editor dialogs to edit formatting strings, to display axis labels, series marks, legend items, etc.

To easily ask the user for a formatting strings you can use this class method:

var s : String;
s:='#.##';
s:=TFormatEditor.Change(Self, s, False );


The last parameters determines if the editor dialog will accept date-time formatting strings.



Classes
TFormatEditor