TiSevenSegmentClock.ResetToZero
TiSevenSegmentClock See Also
Used to set the Hours, Minutes, and Seconds to zero.
procedure ResetToZero;
Description
Use ResetToZero to set the Hours, Minutes, and Seconds to zero.
Example
Delphi
iComponent.ResetToZero;
C++ Builder
iComponent->ResetToZero();
Contents | Index | Previous | Next