Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
About Flowcode
Flowcode Embedded
Flowcode App Developer
Using Flowcode
Command Icons
Examples and Tutorials
Component Library
Flowcode Debugging
Simulation Library
Component Creation
What's New
Glossary
Videos
Flowcode Help
Search
Search
Appearance
Log in
Personal tools
Log in
Contents
move to sidebar
hide
Beginning
1
Detailed description
2
Examples
Toggle the table of contents
API UI.InputMsgBox
Page
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Printable version
Permanent link
Page information
Appearance
move to sidebar
hide
From Flowcode Help
Revision as of 14:08, 13 July 2026 by
SteveT
(
talk
|
contribs
)
(Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"")
(
diff
)
← Older revision
|
Latest revision
(
diff
) |
Newer revision →
(
diff
)
InputMsgBox
Displays a message box that allows the user to input text. Returns true if 'Ok' clicked, false otherwise
- STRING
Message
The message to display to the user
- STRING
Caption
The message box caption
- STRING
Input
Returns the inputted text (empty if clicks Cancel)
- BOOL
Return
Detailed description
Examples
Search
Search
Toggle the table of contents
API UI.InputMsgBox
Add topic