Pause
This function pauses the trend object.
Function Definition:
void Pause()
To configure this function, follow the steps below:
1. In an object event, configure the Pause function: TrendObjectName.Pause();
2. During the execution of RunTime, run the configured event.
Example Pause :
In the graphic document, the user has one Trend object (named as Trend1). In a Button object (named as Button1) the user configures the Pause event with the following event:
Trend1.Pause();
In this event, the Button1 will pause the Trend.
|
Note: This property exists only to the following objects: . Trend |