Input Box

Usage Example

value := InputBox( 'Input Test' , 'Please type a name' , '' );

This is how the dialog is shown on each platform:

Windows Platform

HTML5 Platform

Last updated