TChartWebSource.Execute

TChartWebSource.Execute
TChartWebSource

procedure Execute;

Unit
TeeURL

Description
Execute loading of tee file from URL named in URL property.

Example:

ChartWebSource1.Chart := Chart1 ;
ChartWebSource1.URL := 'http://www.steema.com/demo.tee' ;
ChartWebSource1.Execute ;