TFiler.LookupRoot
Component used to look up ancestor components.
Declaration
Source position: classesh.inc line 1369
public Property
LookupRoot : TComponent;
Description
When comparing inherited component's values against parent values, the values are compared with the component in LookupRoot. Initially, it is set to Root .
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |
Root | The root component is the initial component which is being streamed. |