TFiler.Root
The root component is the initial component which is being streamed.
Declaration
Source position: classesh.inc line 1368
public Property
Root : TComponent;
Description
The streaming process will stream a component and all the components which it owns. The Root component is the component which is initially streamed.
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |
LookupRoot | Component used to look up ancestor components. |