Skip to content

OnMoveValueOutByValue - cMonthCalendarPrompt

Called when a value update single select calendar prompt list is successfully closed

Type: Event

Syntax

Procedure OnMoveValueOutByValue

Description

If a calendar prompt list is successfully closed by sending it the Ok message and the peUpdateMode is umPromptValue, the OnMoveValueOutByValue event is called.

This event will set the invoking object's Value property with the selected date.

If the calendar is a date-range select (pbMultiSelect=True), the procedure does nothing. Date-range calendars are usually processed using by setting the phmPromptUpdateCallback property.

If you augment this, be careful -- study the class code first.