Link Search Menu Expand Document

DateEdit.ShowHelper Method

Explanation Display the calendar.

Not available before the DateEdit object appears on the screen. Call after displaying the screen.

Added since Ver.4.2.0, Mobile Ver.3.0.0
Not supported in AI
Call format DateEdit1.ShowHelper( [ d ] )
Return value None
Arguments String d Specify the initial date to be displayed on the calendar as a character string. If omitted, the current date of the DateEdit object is displayed.
Not supported in AI
Exception None
Example of use
    DateEdit1.ShowHelper("2007/8/30");
    
Related item