Viscom Software VideoCap ActiveX Control

ShowDateTime Property

Description:   

Enables/disables show the date time.
 

Usage:   

VideoCap1.ShowDateTime[= value]

Data Type:   

BOOL

Example:   

This Visual Basic example invisible the date time:

Private Sub Form_Load()
       VideoCap1.CaptureVideo=TRUE
        VideoCap1.ShowPreview=FALSE
        VideoCap1.CaptureFileName="c:\test.avi"
        VideoCap1.CaptureMode=TRUE
        VideoCap1.Start
        VideoCap1.ShowDateTime=FALSE
End Sub


Value:   

True or False