TFiler.Ancestor
Ancestor component from which an inherited component is streamed.
Declaration
Source position: classesh.inc line 1370
public Property
Ancestor : TPersistent;
Description
When streaming a component, this is the parent component. Only properties that differ from the parent's property value will be streamed.
See also
Name | Description |
---|---|
LookupRoot | Component used to look up ancestor components. |
Root | The root component is the initial component which is being streamed. |
TPersistent | Base class for streaming system and persistent properties. |