Home
→
piDogDataView_Folder
→
SupportingFiles
→
piDogDatePicker
piDogDatePicker
Protected Class piDogDatePicker
Description
piDogDatePicker is a class that allows the user to choose a date.
The shared method SelectDate is called to show a picker.
A Delegate method should be passed to allow the picker to pass back the result of the user's choice.
Notes
About
DelegateDeclarations
DateSelectedDelegate
A function to be called when the user has chosen a date.
Methods
Parent
SelectedDate
The currently selected date.
Sets the currently selected date.
Properties
inkeynav
LastSelectedDate
Shared Methods
Cancel
Cancels the selection and closes the chooser
SelectDate
Display the date chooser.
Shared Properties
CurrentPicker