ShowDateTime Property

Applies To
StatusBar

Description
Gets or sets whether to display the current date and time on a StatusBar control.

Usage

GGet Form.Control.ShowDateTime, var  
GSet  Form.Control.ShowDateTime, value  
Form
Name of a form or string variable containing a form name.
Control
Name of a control or string variable containing a control name. The control must exist in the specified form.
var
Boolean variable that will contain the value of the property.
value
Boolean expression for the new value of the property.

Values
False
True
Default: False

See Also
StatusBar, ShowEStop, ShowRobot, ShowSafeguard

Example

GSet frmMain.StatusBar1.ShowDateTime, True