TiStripChart.ElapsedStartTime
TiStripChart See Also
Used to retrieve the current Elapsed Start Time of the built-in timer.
property ElapsedStartTime : Double
Description
Use ElapsedStartTime to retrieve the current time since the ResetElapsedStartTime method was called. The units are based on whether the chart is in DateTime
mode. If in DateTime mode, the value returned is in DateTime format. If not in
DateTime mode, the value is returned in seconds.
Note: ResetElapsedStartTime is automatically called when the component is instantiated.
Example
Delphi
Value := iComponent.ElapsedStartTime;
C++ Builder
Value = iComponent->ElapsedStartTime ;
Note: This property is read only.
Contents | Index | Previous | Next