Progress events |
Top Previous Next |
Progress events are available for these methods:
TImport.execute (+) TImportAttributes.execute* (+) TImportSQL.executeMSSQL (+) TImportSQL.executeOracle (+) TImportSQL.executePOSTGIS (+)
TNetwork.AttributeSave TNetwork.ExportLinks TNetwork.ExportLocationList TNetwork.ExportNodes TNetwork.Join TNetwork.ObjectCheck TNetwork.Open TNetwork.ParallelLinks TNetwork.TurnImportTXT
TSpatialSearch.FindNonConnected TSpatialSearch.FindNonConnectedNodes TSpatialSearch.FindOverPasses TSpatialSearch.SplitAndSnap
TCalc.Matrix (+) TCalc.Matrix2 (+) TCalc.MatrixDyn (+) TCalc.MatrixOut (+) TCalc.MatrixDynOut (+) TCalc.MatrixPOut (+) TCalc.SubNet
TRouteCalc.MatrixDynCurbIsoChrone TRouteCalc.MatrixDynCurbRoute TRouteCalc.SubNetEx
TTSP.execute (+) TTSPcurb.executecurb (+)
TVoronoi.execute
Assign the OnProgress event to follow progress and eventually cancel the calculations. The events steps from 0 to 100 and as a minimum for every 2 seconds.
(+): Cancel request is supported in these methods. Check property Cancelled afterwards to check if the user cancelled.
|