System.Classes.TFiler.LookupRoot
Delphi
property LookupRoot: TComponent read FLookupRoot;
C++
__property TComponent* LookupRoot = {read=FLookupRoot};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TFiler |
Description
Specifies the root component for resolving names while loading and saving components.
The Filer sets LookupRoot when loading or saving components to resolve name references in nested frames. This allows the Writer to look up component names relative to a local root component, even when a frame is nested in another root component.