Jump to content

Component: Popup Message ( Data)

From Flowcode Help
Revision as of 15:07, 5 December 2023 by Wiki bot (talk | contribs)
Author MatrixTSL
Version 0.1
Category Data


Component to create a popup message dialogue to inform the user or request action from the user.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Popup.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Popup.fcsx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

Alert

Alert
 
- STRING sMessage
 
- VOID Return


Confirm

Confirm
 
- STRING sMessage
 
- BOOL Return


Prompt

Prompt
 
- STRING sMessage
 
- STRING sDefault
 
- STRING Return


Property reference

Properties