Play
This function plays the trend object.
Function Definition:
void Play()
To configure this function, follow the steps below:
1. In an object event, configure the Play function: TrendObjectName.Play();
2. During the execution of RunTime, run the configured event.
Example Play:
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.Play();
In this event, the Button1 will Play the Trend.
|
Note: This property exists only to the following objects: . Trend |