Link Search Menu Expand Document

NumberEdit.ShowHelper Method

Explanation Display a simple calculator.

It cannot be used before the NumberEdit object is displayed on the screen. Please call after the screen is displayed.

Added since Ver.4.2.0, Mobile Ver.3.0.0
Not supported in AI
Call format NumberEdit1.ShowHelper( [ d ] )
Return value None
Arguments String d Specify the initial value to be displayed on the calculator. If omitted, 0 is displayed.
Not supported in Mobile
Exception None
Example of use
    NumberEdit1.ShowHelper(5000);
    
Related item