The event responds to TeeCommander.ButtonSave
Posted: Wed Jan 03, 2018 10:14 am
When press the TeeCommander.ButtonSave, I want to use TeeExport to export the Chart. How to make it work? Can you help me to modify the codes?
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
procedure TForm1.Button1Click(Sender: TObject);
begin
TeeExport(self, Chart1);
end;