Reference
Components
Edit Control 
Description
Creates an edit control on a view. You can define the size, position, font, text and background colours. You can also specify whether the edit 
control is single line (for input fields) or multiline (for entering text with line breaks).
Connectors
Inputs Type Outputs Type
View to display the edit 
control on
View The same View as the 
input, but anything 
connected here is 
drawn on top
View
Area defining the 
position and size of the
edit control
Area The string defined by 
the control
String
Font to use for the text Font Flag showing True 
when the control is in 
edit mode and False 
otherwise
Boolean
Text colour Colour
Background colour Colour
Sets the text in the 
control
String
Only send a trigger 
after editing is 
complete 
Boolean
Forces the Edit control
to start editing without 
the need for a mouse 
click
Trigger
91 of 494










