Click or drag to resize

DateTimePicker Constructor

X#
Construct a DateTimePicker object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oOwner,
	xID,
	oPoint,
	oDimension,
	dwStyle,
	lDataAware
) CLIPPER
Request Example View Source

Parameters

oOwner (Optional)
Type: Usual
The window that owns the DateTimePicker object.
xID (Optional)
Type: Usual
The unique ID for the DateTimePicker object (between 1 and 8000).
oPoint (Optional)
Type: Usual
The origin of the DateTimePicker object in canvas coordinates.
oDimension (Optional)
Type: Usual
The dimension of the DateTimePicker object in canvas coordinates.
dwStyle (Optional)
Type: Usual
Constant representing the style of the DateTimePicker object, specified either by a X# style constant or a Windows API style constant. Styles can be combined using the _Or() operator.
lDataAware (Optional)
Type: Usual
A logical value that is TRUE if the DateTimePicker object is data-aware; otherwise, FALSE. If omitted, defaults to TRUE.
Remarks
Tip Tip
Consult your Microsoft Win32 Software Development Kit documentation for detailed information about a particular style constant.
See Also