Contents  All Classes  Index A-Z  All Units


TTeeFunction.BeginUpdate
TTeeFunction

procedure BeginUpdate;

Unit
TeEngine

Description
The BeginUpdate method sets internal IUpdate flag to true.
Setting the IUpdate to true will not trigger the
ReCalculate method for every point added.

Example

Procedure TTeeFunction.BeginUpdate;
Procedure TTeeFunction.EndUpdate;

These methods can be used when adding or modifying many values at once at a source Series, to recalculate the function just one time, when finished adding points:

TeeFunction1.BeginUpdate;
...
many modifications...
...

TeeFunction1.EndUpdate;



Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.