Property ILSegmentClock.TILDigitalHourSection.LeadingZero
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILDigitalHourSection
Contents | 
Syntax
Delphi:
property LeadingZero : Boolean read FLeadingZero write SetLeadingZero default True;
C++ Builder:
__property bool LeadingZero = { read=FLeadingZero,  write=SetLeadingZero,  default=True };
Summary
Specifies if the leading zeros will be displayed.
Description
Use this property to specify if the leading zeros will be
displayed.
If the property is false a space will be used instead of leading zero.