Difference between revisions of "Component: Input Message Box (Controls )"
From Flowcode Help
Jump to navigationJump to searchLine 14: | Line 14: | ||
==Input Message Box component== | ==Input Message Box component== | ||
Creates simple dialogue boxes to collect information from a user. Available with multiple button options, OK, Yes / No / Cancel and User String input. | Creates simple dialogue boxes to collect information from a user. Available with multiple button options, OK, Yes / No / Cancel and User String input. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 32: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 16:22, 7 January 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Controls |
Contents
Input Message Box component
Creates simple dialogue boxes to collect information from a user. Available with multiple button options, OK, Yes / No / Cancel and User String input.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
YesNoCancelMessageBox |
Creates a simple Yes/No/Cancel message box with a user message. Returns 0 for Cancel, 1 for No and 2 for Yes | |
![]() |
Message |
The message to display to the user | |
![]() |
Return |
![]() |
YesNoMessageBox |
Creates a simple Yes/No message box with a user message. Returns True for Yes and False for No | |
![]() |
Message |
The message to display to the user | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Connections |
![]() |
Simulations |