Icon RootComponent Property

property RootComponent: TComponent

Available In: Client and Server Applications

Specifies an optional root component to use with the reader. The root component is the component that is supposed to be the owner of all TPersistent instances being read from the incoming JSON string. This property is used with form controls to specify the owner of all component instances created during the loading of the form. The default value is nil.
Image