Learn About The InsertComponent Method And What It Does
October 26, 2021
InsertComponent adds the component passed in the AComponent parameter to the end of the Components array property. The inserted component must have no name (no specified Name property value), or the name must be unique among all others in the Components list. When the owning component is destroyed, AComponent is also destroyed.
Components are automatically inserted and removed when visually…