Class XbpMonthView() Foundation

Class function of the XbpMonthView class

Description

The XbpMonthView class encapsulates an ActiveX control which displays an entire month like a calendar sheet. A user can select a date in a comfortable way or can navigate through a date range.

To function properly, the XbpMonthView class requires a certain system component, the Microsoft Common Controls Version 6.0, to be installed on your computer. Normally, this component is not installed along with the operating system, so provisions must be taken to distribute the component with your Xbase++ application. For further information, please click the 'Info' button on this page.

Life cycle
:init()
Initializes instance variables.
:create()
Requests system resources for the object.
:destroy()
Releases the system resources of the object.
Methods for editing
:editBuffer()
Returns the current value in the edit buffer.
:getData()
Reads the current value of the edit buffer and passes it to :dataLink
:setData()
Assigns a value to the edit buffer.
Configuration
:day
The current day.
:maxDate
The upper limit of a date range.
:minDate
The lower limit of a date range.
:month
The current month.
:year
The current year.
Events
:itemMarked
A date is marked.
:itemSelected
A date is selected.
Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.