type

StrConcat

StrConcat : HxComp

Concatenates up to four strings. Null inputs are ignored and treated as empty strings.

slots parentRef

Component tree parent

compName

Component name in parent

compLayout

Layout in a visual coordinate system

links

List of links to this component

inA

Input A

inB

Input B

inC

Input C

inD

Input D

out

The concatenation of (inA + inB + inC + inD)

inA StatusStr? <summary>

Input A

inB StatusStr? <summary>

Input B

inC StatusStr? <summary>

Input C

inD StatusStr? <summary>

Input D

out StatusStr <readonly, summary, transient>

The concatenation of (inA + inB + inC + inD)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST